Blog Application is a user-friendly project where a user can register himself, post a blog, and add comments.
- Emphasize the user experience benefits of React, like smooth navigation, responsive design, and fast loading times.
- Users can register and sign in to the application using a username and password
- Home page loads all the posts related to user likes and the blog posted by him
- The feed section loads all the posts, and user can filter posts by category
- Rich text editor Jodit is used to enhance user blog
- React - Javascript Library for creating UI https://react.dev/
- React-Router https://reactrouter.com/en/main
- Reactstrap https://reactstrap.github.io/?path=/story/home-installation--page
- Hooks https://legacy.reactjs.org/docs/hooks-intro.html
- Axios https://www.npmjs.com/package/axios
- Much More..
Clone the project into local In order to run the application Type the following command
npm start
The Application Runs on localhost:3000