This To-Do List application is a simple, user-friendly web application to manage daily tasks. Built with HTML, CSS, and JavaScript, it features a minimalist design and straightforward functionality.
- Add tasks to a to-do list.
- Each task has a checkbox to mark it as done.
- Tasks automatically disappear 5 seconds after being checked off.
- HTML5
- CSS3
- JavaScript
- Bootstrap 5.3.2
To run this application:
- Ensure you have a modern web browser installed.
- Download the project files to your computer.
- Open the
index.html
file in your web browser to start using the application.
index.html
- The main HTML file for the application.style.css
- CSS file for styling the application.todo.js
- JavaScript file that contains the logic for the To-Do List functionality.
Contributions to improve the application are welcome. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
This project is open-sourced under the MIT license.
- Muhammad Sahil - muhammadsahil757@gmail.com