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

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

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