Skip to content

πŸ“Œ A simple and efficient Task Manager built with JavaScript to add, sort, filter, and manage tasks with ease.

Notifications You must be signed in to change notification settings

Angkon-Kar/Task_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Task Manager Web App πŸš€

A simple Task Management application built using HTML, CSS, and JavaScript with localStorage for data persistence.

πŸ“Œ Features

  • βœ… Add Tasks with title, description, and priority.
  • βœ… Mark Tasks as Completed/Incompleted with a single click.
  • βœ… Delete Tasks permanently.
  • βœ… Persistent Storage using localStorage, so tasks remain after page reload.
  • βœ… Filter & Sort Tasks (Bonus Feature).

πŸ› οΈ Technologies Used

  • HTML – Structure of the application.
  • CSS – Styling for a modern UI.
  • JavaScript (ES6+) – Implements the logic.
  • localStorage – Stores tasks persistently.

πŸ“ Contributing Pull requests are welcome! If you’d like to improve the project, feel free to fork and submit a PR.

πŸ“œ License This project is MIT Licensed – feel free to use and modify it.

πŸ”— Live Demo πŸ‘‰ https://aktaskmanage.netlify.app/