Skip to content

Raman1710/TaskTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker

Task Tracker is a simple and efficient web application to manage your daily tasks. It allows you to add, remove, and mark tasks as completed, with data persistence using localStorage.

image

Table of Contents

Features

  • Add new tasks
  • Remove tasks
  • Mark tasks as completed
  • Persistent storage using localStorage

Demo

You can check out a live demo of Task Tracker here.

Usage

Click the link to start using Task Tracker.

Add a Task

  1. Type a task description into the input box.
  2. Press Enter or click the "Add Task" button.

Mark a Task as Completed

  • Click on a task to toggle its completed status.

Remove a Task

  • Click the × icon next to a task to remove it.