A simple and interactive To-Do List application built with HTML, CSS, and JavaScript. It allows users to add, mark, and remove tasks, making task management easy and efficient.
- Add Tasks: Quickly add new tasks to your to-do list.
- Mark as Complete: Mark tasks as completed to keep track of progress.
- Delete Tasks: Remove tasks once they are no longer needed.
to-do-list/
├── assets/
│ └── screenshot.png
├── index.html
├── styles.css
├── script.js
├── LICENSE
└── README.md
- Clone the repository:
git clone https://github.com/marwan-ahmed-23/to-do-list.git
- Open
index.html
in your browser.
Contributions are welcome! Fork the repository and submit a pull request for any enhancements or bug fixes.
Feel free to star ⭐ this repository if you find it helpful!