A simple and functional ToDo List application built using the MERN stack (MongoDB, Express.js, React, Node.js). This project provides a clean example of task management with CRUD functionality and some additional productivity features.
- Add new tasks with title and description
- View a list of all tasks
- Edit and update existing tasks
- Delete tasks
- Mark tasks as complete or incomplete
- Set deadlines for each task
- Filter tasks by completion status
- Search tasks by keyword
- Frontend: React
- Backend: Node.js, Express.js
- Database: MongoDB
- API: RESTful API
git clone https://github.com/Clawwo/TodoList-MERN.git cd todolist-mern cd server npm install cd ../client npm install cd server npm run server cd client npm run dev MONGO_URI=your_mongodb_connection_string
JWT=your_jwt_secret- Name: Farel Haryanto
- Email: farelharynto@gmail.com
- Linkedin: https://www.linkedin.com/in/farel-haryanto-790553343/
- Created on: 25-05-2025


