๐ Live Demo
A clean and modern Todo List Web App built using pure HTML, CSS, and JavaScript. Manage your daily tasks with a smooth UI, smart interactions, and responsive design ๐
- โก Fast and lightweight (no frameworks)
- ๐จ Modern glass-morphism UI
- ๐ฑ Fully responsive design
- โ๏ธ Inline edit (double click to edit)
- ๐ New tasks appear at the top
- ๐ซ Duplicate task prevention
- ๐พ Data stored in localStorage
- HTML5
- CSS3
- JavaScript
- โ Add new tasks instantly
- ๐ Latest tasks appear on top
- โ Click to mark as completed (strike animation)
- โ๏ธ Double click to edit tasks inline
- โ Delete tasks easily
- ๐ซ Prevent duplicate entries
- ๐พ Auto save using localStorage
- โจ๏ธ Enter key support for quick input
Follow these steps to run locally:
# 1. Clone the repository
git clone https://github.com/webdev-desktop/Todo-JS.git
# 2. Navigate to folder
cd Todo-JS
# 3. Open in browser
Open index.html- Enter your task in the input box
- Press Enter or click โ
- Click on task โ mark as complete
- Double click โ edit task
- Click โ โ delete task
- Tasks auto-save in browser
- ๐ Task progress tracker
- ๐ Filter (All / Completed / Pending)
- ๐ Dark/Light mode toggle
- โ๏ธ Firebase integration
- ๐ง Smart task suggestions
Contributions are welcome!
# Fork the repo
# Create new branch
git checkout -b feature/your-feature
# Commit
git commit -m "Add feature"
# Push
git push origin feature/your-featureThen open a Pull Request ๐
Apurv ๐ GitHub
This project is licensed under the MIT License.
โญ If you like this project, don't forget to star the repo!

