To-Do List App
A simple and efficient “To-Do List web app” built using HTML, CSS, and JavaScript.
This app allows users to add, delete, and manage daily tasks with an easy-to-use interface.
Features:
- Add new tasks quickly.
- Mark tasks as completed.
- Delete tasks easily.
- Saves tasks locally using “localStorage” (if implemented)
- Fully responsive and mobile-friendly
Technologies Used:
- HTML5 – Structure of the app
- CSS3 – Styling and layout
- JavaScript (ES6) – Functionality and interactivity
Project Structure:
index.html
style.css
script.js
README.md
How It Works:
- Type a new task in the input field.
- Click the “Add” button to include it in the list.
- Click on a task to mark it as complete.
- Use the “delete” icon or button to remove a task.
Live Demo:
🔗 View Project
( https://sharmeentp.github.io/To-do-List/)
What I Learned:
- DOM manipulation with JavaScript.
- Event handling and dynamic content updates.
- Using “localStorage” for saving data in the browser.
- Designing simple, responsive interfaces.
Contributing:
Contributions and improvements are welcome!
You can fork this project and add more features like:
- Task editing
- Dark mode
- Sorting or filtering options
Author:
Sharmeen T P
GitHub Profile