⚪ This is a website where a user can publish his blogs according to some blog categories. After uploading the blog one can read the blog and there is a count that shows how many times a user has read a particular blog.
⚪ This website is made by using React Router DOM, amd Mongodb as the database. Redux is used in this website to make the API calls and all the states are managed by Redux Thunk. Besides tailwind css is used for the styling purpose.
⚪ In the dashboard a user can see all the uploaded blogs. As I have not added multi-user based dashboard functionality so, there will be all blogs shown in the dashboard. There ia page/route where the user can add the blogs. If needed the user can perform CRUD operation for a particular blog.
⚪ React hot toast is added to show the alerts for better user experience. I have used node.js and express.js for the server side.
GitHub Links
Technologies Used