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

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.

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
```