Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 948 Bytes

File metadata and controls

44 lines (29 loc) · 948 Bytes

Task Manager App

A simple and responsive Task Manager built with HTML, CSS, and JavaScript.
You can add, edit, complete, and delete tasks with deadlines — all stored locally in your browser.

Features

  • Add tasks with title, description, and deadline
  • Edit existing tasks
  • Mark tasks as completed
  • Delete tasks
  • Auto-save using Local Storage

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)

Preview

Task Manager Preview

Setup Instructions

  1. Clone this repository:

    git clone https://github.com/dish982/task-manager.git
    
  2. Open the project folder:

    cd task-manager
    
  3. Run it locally:

    • Simply open index.html in your browser

This project is for educational and portfolio purposes only.

💡 Author

Made with ❤️ by Disha