This is a basic to-do list application built using HTML, CSS, and JavaScript.
- Add new tasks
- Mark tasks as completed
- Remove completed tasks
- Clone this repository:
git clone https://github.com/VAIBHAVVARORA/Project.git- Open the
index.htmlfile in your web browser.
Feel free to fork this repository and contribute your own improvements!
- HTML: For the structure of the web page.
- CSS: For styling the web page.
- JavaScript: For adding interactivity to the application.
This project is licensed under the MIT License. See the LICENSE file for details.
- This is a basic implementation and can be extended with additional features like:
- Local storage to persist tasks across sessions.
- Editing existing tasks.
- Due dates and priorities for tasks.
Feel free to use this code as a starting point for your own to-do list application!