Skip to content

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.

Notifications You must be signed in to change notification settings

preetham-p-m/react-blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Blog-App

Steps to run the application on loaclsystem

Install all the required packages

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

Home Page

Create Page

Create Page

Details 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published