https://github.com/amany091/todo-list
This project is a Todo List application built using Vanilla JavaScript, offering users the ability to manage their tasks efficiently through CRUD (Create, Read, Update, Delete) operations. The app is designed to be lightweight, responsive, and easy to use
https://github.com/amany091/todo-list
css3 html5 javascript responsive-layout tailwind-theme tailwindcss
Last synced: 24 days ago
JSON representation
This project is a Todo List application built using Vanilla JavaScript, offering users the ability to manage their tasks efficiently through CRUD (Create, Read, Update, Delete) operations. The app is designed to be lightweight, responsive, and easy to use
- Host: GitHub
- URL: https://github.com/amany091/todo-list
- Owner: Amany091
- Created: 2024-08-06T17:32:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-02T16:27:40.000Z (7 months ago)
- Last Synced: 2025-12-28T18:59:57.612Z (5 months ago)
- Topics: css3, html5, javascript, responsive-layout, tailwind-theme, tailwindcss
- Language: JavaScript
- Homepage: https://todo-list-xi-teal-18.vercel.app
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo_App
educational application
It has the following features:
// search for task
// add new task
// delete a task
// delete all
// update the existing task
// filter (pending, completed ,all)
// sort data
// mark as complete or incomplete
// theme
this app is created with html ,css , tailwind , js and jquery