This project is intended to develop a blog post app using react having following functionalities :
- Show the list of blog post.
- View details of the blog post.
- Add a new blog post
- Edit the blog post
- Delete the blog post
- Like the blog post
Additional Features
- Search for the post
- Adding comment in the post
- Comment Confirmation
Note : Make sure to run locally, you must have yarn or npm install. Here I am using yarn for refrence
- Clone the repository [ git clone -]
- yarn install
- yarn build
- yarn start
Note : If you clone without node module, make sure to install material ui and classnames. Command is like : yarn add classnames