https://github.com/m-naeem66622/basic-todo-app
A basic To-Do App using HTML, CSS & Vanilla JavaScript
https://github.com/m-naeem66622/basic-todo-app
app css html javaacript todo todoapp todolist
Last synced: about 2 months ago
JSON representation
A basic To-Do App using HTML, CSS & Vanilla JavaScript
- Host: GitHub
- URL: https://github.com/m-naeem66622/basic-todo-app
- Owner: m-naeem66622
- Created: 2023-07-25T05:49:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T10:49:37.000Z (almost 3 years ago)
- Last Synced: 2025-05-12T23:43:26.277Z (about 1 year ago)
- Topics: app, css, html, javaacript, todo, todoapp, todolist
- Language: JavaScript
- Homepage: https://m-naeem66622.github.io/basic-todo-app/
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Todo App

## A basic To-Do App using HTML, CSS & Vanilla JavaScript
## Features
- Search feature with regular expressions and advanced search mechanism with improved performance.
- Add, delete, and switch tasks between completed or not.
- Real-time filtering whenever a task is marked as complete or incomplete.
- Todos are filtered by pending and completed, along with the number of tasks in each filter.
- Expand and collapse filtered todo tasks.
- Smooth animations for an attractive user experience.