A simple web-based Task Tracker that allows users to add tasks, mark them as complete, and delete them. Completed tasks move to the bottom of the list and appear with a strikethrough.
- Add new tasks
- Mark tasks as completed
- Unmark completed tasks
- Delete tasks
- Tasks stored in Local Storage
- Dynamic DOM updates
- HTML
- CSS
- JavaScript
- DOM Manipulation
task-tracker-js │ ├── index.html ├── style.css ├── script.js └── README.md
- Clone the repository
git clone https://github.com/dawit-gt/task-tracker-js.git
- Open the folder
- Run index.html in a browser
- Task filtering (All / Completed / Pending)
- Drag and drop task ordering
- Dark mode