The Readit blog application is designed to allow users to create and manage their own blog posts. It provides a clean and intuitive user interface for an enhanced user experience. The application is built with simplicity and minimalism in mind, ensuring that users can focus on creating and sharing their thoughts and ideas without any distractions. Readit is a full-stack blog application that allows you to write, delete, update, and publish your own blogs.
- React
- JavaScript
- HTML
- CSS
- UI library: Chakra UI
- MongoDB
- Express
- Mongoose
To get a local copy of the project up and running, follow these steps:
-
Clone the frontend repository:
git clone https://github.com/VrushabhVeer/Readit.git
-
Clone the backend repository:
git clone https://github.com/VrushabhVeer/Readit-db.git
-
Install the dependencies for the frontend:
cd Readit npm install -
Install the dependencies for the backend:
cd Readit-backend npm install -
Start the frontend development server:
npm start
-
Start the backend server:
npm run start
-
Open your web browser and visit
http://localhost:3000to view the application.
Contributions are welcome! If you find any issues or want to contribute to the project, please feel free to submit a pull request.
| Blogs Page | Create Page |
|---|---|
![]() |
![]() |


