Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyamsundernt/todolist
ToDo
https://github.com/shyamsundernt/todolist
css3 html5 javascript react
Last synced: about 8 hours ago
JSON representation
ToDo
- Host: GitHub
- URL: https://github.com/shyamsundernt/todolist
- Owner: ShyamSunderNT
- Created: 2024-05-14T03:11:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T03:18:58.000Z (9 months ago)
- Last Synced: 2024-05-14T04:28:38.215Z (9 months ago)
- Topics: css3, html5, javascript, react
- Language: JavaScript
- Homepage: https://todo-list-react-ap.netlify.app
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This project consists of CRUD operation along with filter using react js. User can create, update, delete, read the todo items, update the status (ie. Completed and Not Completed) and also able to filter the todos
Purpose:
The ToDo list application serves as a digital tool to help individuals organize, prioritize, and manage their tasks efficiently. It allows users to create, track, and complete tasks in a structured manner, enhancing productivity and reducing forgetfulness.Key Features:
Task Creation: Users can create new tasks by providing a title, description, and optionally, a due date and priority level.Task Management: Users can view, edit, and delete tasks as needed. They can also mark tasks as completed to track progress.
Prioritization: The application allows users to prioritize tasks based on their importance or urgency, helping them focus on what matters most.
Sorting and Filtering: Users can sort tasks based on different criteria such as due date or priority level. Filtering options allow users to view specific subsets of tasks, such as tasks due today or overdue tasks.