Todo app Build using MERN Stack. Allowing to Creating Todo list, Update and Delete Todo list within app.
Here're some of the project's best features:
- Add Todo
- get Todo list
- Update Status
- Delete Todo
1. cd Server
2. Install dependencies for Server
npm install
3. Start Server
npm start
4. Open Separate terminal for Client
5. cd Client
6. Install dependencies for Client
npm install
7. Run Client
npm run dev
Technologies used in the project:
- ReactJs
- NodeJs
- Mongodb
- ExpressJS
- Tailwind CSS
- Get all Todo list
- update Status of todo
- Add Your todo
- Delete Your todo
- No data