Skip to content

phucnt31/react-contentful-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

  • A novice attempt to create a React Contentful CMS project that integrates with the Contentful CMS to manage and display content. The project allows you to fetch and render content from Contentful in your React application. It requires a .env file for configuration, which will contain the necessary credentials to connect to your Contentful space.

  • Contentful CMS: https://react-vite-contentful-cms.netlify.app/

Steps

Install and Setup

  • npm install
  • npm run dev

Nice Images

Undraw

Headless CMS

A headless CMS is a back-end only content management system that provides content creators with an intuitive interface for creating and managing content, while leaving the front-end presentation layer to be handled by a separate system or platform. This approach allows for greater flexibility and scalability, as the content can be easily distributed to multiple channels and devices, without being limited by the constraints of a particular front-end system.

Contentful

Create a Contentful account

Contentful

Explore API

Get Space ID, Access Token and explore code examples.

Install SDK

  • npm install contentful

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published