Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.