TaskTrack is a lightweight to-do list application built with HTML, CSS, and JavaScript. It allows users to add, delete, and edit tasks, providing a straightforward solution for managing daily tasks efficiently.
- Add Tasks: Easily add new tasks to your to-do list.
- Delete Tasks: Remove tasks that are no longer needed.
- Edit Tasks: Modify existing tasks to update their content.
To use TaskTrack, open the index.html
file in your web browser. Here's how each feature works:
- Adding a Task: Enter your task and press "Add".
- Deleting a Task: Click the delete button next to the task.
- Editing a Task: Click the Edit button to edit the task and save it by click the "Save" button.
TaskTrack/ │ ├── index.html ├── styles.css ├── script.js └── README.md
- Clone this repository to your local machine:
git clone https://github.com/Haileamlak1/TaskTrack
-
Open the
index.html
file in your web browser. -
Start managing your tasks effortlessly!
Contributions are welcome! Feel free to fork this repository and submit pull requests with your changes.