Skip to content

A “Blog post app” using React , ContextApi and Redux. Application displays the list of blog post. Users can add new post, view the details of the blog post, edit the blog post and can delete the blog post, Users can like the blog post.

Notifications You must be signed in to change notification settings

PiyushSharma99/BlogPostWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Post Web Application

A “Blog post app” using React , ContextApi and Redux. Application displays the list of blog post.

Users can add new post, view the details of the blog post, edit the blog post and can delete the blog post, Users can like the blog post.

State management is done through Redux toolkit and Context API.

The blog states are managed through Redux (Redux Toolkit) and the like state of each blog is managed through Context API.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Product Images

Default Home Page

Alt text

Add Blog Page

Alt text

Add Blog Page Filled

Alt text

Home Page Updated

Alt text

Blog Details Page

Alt text

Edit Page

Alt text

Blog Details Page Updated

Alt text

Default Home Page Updated

Alt text

About

A “Blog post app” using React , ContextApi and Redux. Application displays the list of blog post. Users can add new post, view the details of the blog post, edit the blog post and can delete the blog post, Users can like the blog post.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published