This is a simple Todo application built using React , Express JS , MongoDb , and Node JS.
- Add, edit, and delete tasks.
- Responsive UI.
- Frontend: React
- Backend: Express JS , Node JS , MongoDb
- Hosted on Render
-
Clone the repository:
git clone https://github.com/sreyas-b-anand/todo-mern.git cd todo-mern cd client
-
Install frontend dependencies:
npm install
-
Start the frontend
npm run start
- By default, the backend is connected through a proxy in package.json, so no additional configuration is needed for local development.
- Visit the app at http://localhost:3000.
- Contributions are welcome! Please open a pull request or an issue to contribute.
- This project is licensed under the MIT License.