Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

A simple Task Manager web application that helps users manage their daily tasks. You can add new tasks, mark them as completed, and delete them. The task list updates instantly using JavaScript, without reloading the page.

Features

  • Add new tasks (click "Add" or press Enter)
  • Display the list of tasks
  • Mark a task as completed (tick the checkbox)
  • Edit a task (click "Edit")
  • Delete a task (click "Delete")
  • Clear all completed tasks at once
  • Filter tasks: All / Active / Completed
  • Dark / light mode toggle (your choice is remembered)
  • Task counter showing how many tasks are completed
  • Tasks are saved in the browser, so they stay after refresh
  • Clean and responsive design that works on mobile and desktop

Technologies Used

  • HTML
  • CSS
  • JavaScript (DOM manipulation)

Project Structure

  • index.html - the page structure
  • style.css - the styling
  • script.js - the functionality

Steps to Run

You can use the live version, or run it on your own computer.

Option 1: Open the live site

Just visit: https://task-manager-dhruvvv9146.vercel.app

Option 2: Run it locally

  1. Download or clone this repository.
  2. Open the project folder.
  3. Double-click index.html to open it in your web browser.

That's it - no installation needed.

About

helps in managing a users taskes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages