A simple web application to manage your to-do list.
- Add tasks to the list
- Mark tasks as completed
- Delete tasks
- Save tasks in local storage so they persist between page reloads
- HTML
- CSS
- JavaScript
-
Clone the repository:
git clone https://github.com/suhanaparvin12/to-do_list.git
-
Navigate to the project directory:
cd todo-list-app -
Open
index.htmlin your browser.
index.html: The main HTML file containing the structure of the app.style.css: The CSS file for styling the app.script.js: The JavaScript file containing the functionality of the app.
No additional configuration is needed.
- Enter a task in the input box.
- Click the "Add" button to add the task to the list.
- Click on a task to mark it as completed.
- Click on the "×" button next to a task to delete it.
- Tasks are saved in the local storage and will persist even if you refresh the page.
Feel free to fork this project and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.