Basic Overview - Live Demo
This is a Full-Stack application that empowers users to read, write, and share their thoughts and ideas, as well as engage with a vibrant community of like-minded individuals. Tech Stack: Node JS, Express, MongoDB, React, TailwindCSS
- Read new exciting blogs from different communities.
- Add new blogs or edit or remove your blogs.
- Add or remove comments on different blogs.
- Filter blogs based on different tags present on the right.
- Node.js
- NPM
/* First, Install the needed packages */ npm install
/* Then start the React app */ npm start
/* To run the tests */ npm run test