Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker

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.

Features

  • Add new tasks
  • Mark tasks as completed
  • Unmark completed tasks
  • Delete tasks
  • Tasks stored in Local Storage
  • Dynamic DOM updates

Built With

  • HTML
  • CSS
  • JavaScript
  • DOM Manipulation

Project Structure

task-tracker-js │ ├── index.html ├── style.css ├── script.js └── README.md

How to Run

  1. Clone the repository

git clone https://github.com/dawit-gt/task-tracker-js.git

  1. Open the folder
  2. Run index.html in a browser

Future Improvements

  • Task filtering (All / Completed / Pending)
  • Drag and drop task ordering
  • Dark mode

About

Simple JavaScript Task Tracker using DOM manipulation and LocalStorage.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages