https://github.com/mohammadsameer01/todolist
A simple To-Do List app with task tracking, swipe-to-complete, and local storage.
https://github.com/mohammadsameer01/todolist
css html javascript js responsive-web-design to-do-list to-do-list-app to-do-list-javascript todolist todolist-js
Last synced: 17 days ago
JSON representation
A simple To-Do List app with task tracking, swipe-to-complete, and local storage.
- Host: GitHub
- URL: https://github.com/mohammadsameer01/todolist
- Owner: MohammadSameer01
- Created: 2025-04-09T19:15:39.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2025-04-10T10:13:33.000Z (18 days ago)
- Last Synced: 2025-04-11T03:49:32.952Z (17 days ago)
- Topics: css, html, javascript, js, responsive-web-design, to-do-list, to-do-list-app, to-do-list-javascript, todolist, todolist-js
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDoList
A simple, intuitive To-Do List web application built with HTML, CSS, and JavaScript. Organize tasks by date, track their status (Pending/Completed), and manage them with swipe gestures or clicks. Tasks are saved locally using `localStorage`.
## Features
- Add tasks with automatic timestamps and dates.
- Toggle task status (Pending ↔ Completed) with clicks or left swipes.
- Delete completed tasks with confirmation.
- Group tasks by date with dynamic sorting.
- Track pending and completed task counts.
- Responsive design with touch support for mobile devices.
- Persistent storage using `localStorage`.## Demo
Try it live: [Insert Live URL Here]
## Installation
1. Clone or download the repository:
```bash
git clone https://github.com/mohammadsameer01/todolist.git
```