A simple CRUD To-Do List application built with JavaScript. This application allows users to create, read, update, and delete tasks, providing a user-friendly interface for managing daily activities.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/yourusername/to-do-list.git
- Navigate to the project directory:
cd to-do-list - Open
index.htmlin your web browser to view the application.
- Add new tasks by entering text in the input field and clicking the "Add" button.
- Mark tasks as complete by clicking on them.
- Delete tasks by clicking the "Delete" button next to each task.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or features you'd like to add.
This project is licensed under the MIT License.