This is a frontend of my blog which i created with react. React is really a cool library to make javascript projects and it's really fun. You just create a components you need and you compose it to make a fullfledged javascript web app.
I used Chakra UI for user interface.
This blog has the features which consists of
- User can view blogs posted by owner of the blog
- user can comment on the post
- user can edit and remove the posted comment unless it is not deleted by owner of the post.
- user can toggle between dark and light theme 😉
Live link blog-api (frontend)
Link to my backend blog-api (backend)
- Download or clone this repo into your local machine
cdinto the project's folder- Type
npm installto install the necessary modules - Type
npm startto run compile and run the project


