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.
In the project directory, you can run:
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.