Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divyasrinaraharisetti/to-do-list
Created a full-stack TODO-List application coded using the MERN stack (MongoDB, Express.js, React, Node.js)
https://github.com/divyasrinaraharisetti/to-do-list
expressjs mongodb mongoose nodejs reactjs todolist
Last synced: 14 days ago
JSON representation
Created a full-stack TODO-List application coded using the MERN stack (MongoDB, Express.js, React, Node.js)
- Host: GitHub
- URL: https://github.com/divyasrinaraharisetti/to-do-list
- Owner: divyasrinaraharisetti
- Created: 2023-09-11T00:40:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T00:44:12.000Z (about 1 year ago)
- Last Synced: 2023-09-11T02:06:49.258Z (about 1 year ago)
- Topics: expressjs, mongodb, mongoose, nodejs, reactjs, todolist
- Language: JavaScript
- Homepage: https://to-do-list-kappa-three-68.vercel.app
- Size: 4.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo-List
A full-stack TODO-List application coded using the MERN stack (MongoDB, Express.js, React, Node.js) is a web application that allows users to create, manage, and track tasks or to-do items## Functionality:
Create Task: Users can input task details in the task form and add new tasks to the list.
Read Task: The application retrieves and displays tasks from the MongoDB database, showing their titles, descriptions, due dates, and completion status.
Update Task: Users can edit task details such as title, description, and due date. They can also toggle the status of a task between completed and uncompleted.
Delete Task: Tasks can be removed from the list when users decide to delete them.
Filter and Sort: Users can filter tasks based on completion status or due date, and sort them in ascending or descending order.