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

https://github.com/seif-ihab/animated-to-do-list

A beautifully styled to-do list web app with light/dark mode, animated task transitions, task filtering, and localStorage support. Built with HTML, Tailwind CSS, and vanilla JavaScript.
https://github.com/seif-ihab/animated-to-do-list

dark-mode html5 localstorage tailwindcss todo-list vanilla-javascript

Last synced: about 1 month ago
JSON representation

A beautifully styled to-do list web app with light/dark mode, animated task transitions, task filtering, and localStorage support. Built with HTML, Tailwind CSS, and vanilla JavaScript.

Awesome Lists containing this project

README

          

# ๐Ÿ“ Animated To-Do List App

A modern and responsive to-do list web application built with HTML, Tailwind CSS, and vanilla JavaScript. It features dark/light mode, task filtering (All / Active / Completed), animated task additions/deletions, and persistent storage using localStorage.

---

## โœจ Features

- โœ… Add, complete, and delete tasks
- ๐ŸŒ™ Toggle between dark and light themes (saved in localStorage)
- ๐Ÿ” Filter tasks by All, Active, or Completed
- ๐Ÿงผ Clear completed tasks with one click
- ๐Ÿ’พ Tasks are saved even after refreshing the page
- ๐ŸŽจ Smooth animations on task creation and deletion using Tailwind transitions

---

## ๐Ÿ› ๏ธ Technologies Used

- HTML5
- Tailwind CSS (with dark mode via `class`)
- Vanilla JavaScript
- Font Awesome (for icons)
- localStorage API

---

## ๐Ÿš€ Repo

- https://seif-ihab.github.io/Animated-To-Do-List/