You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is developed using React and leverages a JSON server to provide users with a feature-rich platform for creating and managing blog posts.
Run the below command to install all the required packages required to run React-Blog-App
npm install
Run the Db server which is used to store the data
Here we used simple json server to store all the blog details
npm run json-server
Run the Application
Run the below command in other terminal Keeping the json-server running in background
npm start
Images
Home Page
Create Page
Details Page
About
The application is developed using React and leverages a JSON server to provide users with a feature-rich platform for creating and managing blog posts.