A simple, clean, and responsive to-do list app built with HTML, CSS, and JavaScript. This project is intended for tracking tasks efficiently while keeping the design user-friendly and intuitive.
I created this project to practice my skills in HTML, CSS, and JavaScript. My goal was to design a professional-looking, functional app that helps users manage their tasks in a straightforward way. This project serves as both a practical tool and a learning experience in front-end web development.
- Add tasks:
Easily add new tasks to your to-do list.
- Delete tasks:
Remove tasks when they’re completed.
- Responsive design:
The layout adjusts for mobile and desktop views.
- Data persistence (coming soon):
Plan to add local storage to save tasks between sessions.
-
Data persistence: Save tasks in local storage to maintain the to-do list across sessions.
-
Edit tasks: Allow users to modify task descriptions.
-
Task completion: Add a checkbox to mark tasks as complete.
-
Filter tasks: Enable filtering of tasks by status (e.g., completed, pending).
This project is open-source and available under the MIT License.