A simple yet powerful Todo App built with HTML, CSS, and JavaScript. This app allows you to create, track, and manage your daily tasks effortlessly.
todo-app/
├── README.md
├── checked.png
├── icon.png
├── index.html
├── script.js
├── style.css
└── unchecked.png
- Add new tasks to your todo list
- Mark tasks as completed
- Delete tasks from the list
- Clear all completed tasks with a single click
- Responsive design for optimal viewing on various devices
To get a local copy of the project up and running, follow these simple steps:
- Clone the repository
git clone https://github.com/anjalig18/todo-app.git
- Open the project directory
cd todo-app
- Open
index.html
in your preferred web browser.
- To add a new task, type your task in the input field and press the "Enter" key or click the "Add" button.
- To mark a task as completed, click the checkbox next to the task.
- To delete a task, click the "Delete" button next to the corresponding task.
- To clear all completed tasks, click the "Clear Completed" button.
- HTML
- CSS
- JavaScript
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
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