Skip to content

Vidit10/TaskManager_UM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 To-Do Application

A sleek and responsive Task Management web application built using HTML, CSS, and JavaScript — with full functionality powered by LocalStorage.


🚀 Features

  • ✅ Add new tasks with:

    • Title
    • Description
    • Due Date
    • Priority (Important / Not Important)
  • 📋 View all created tasks

  • 🗑️ Delete individual tasks

  • ✏️ Edit task details

  • ✅ Mark tasks as completed (checkbox)

  • 🌗 Toggle Dark Mode for user preference

  • 💾 Persistent task data using localStorage

📦 to-do-app/
├── index.html         # Add Task page
├── look_tasks.html    # Task viewing, editing, deleting, and marking complete
├── edit.html          # Edit specific task
├── style.css          # Unified styling (responsive + dark mode)
├── script.js          # JavaScript logic for tasks
├── edit.js            # Script for handling task editing
└── README.md          # Project documentation

🛠️ Tech Stack

  • HTML5 for markup
  • CSS3 for styling (with responsive design and dark mode support)
  • Vanilla JavaScript for dynamic behavior and local storage handling

📦 How to Run the Project

  1. Download or clone this repository:

    git clone https://github.com/latakshsariyapatidar/TaskManager_UM.git
  2. Open index.html in your browser to start creating tasks.

  3. Navigate to look_tasks.html to view, edit, or manage tasks.

No server or database is required — all data is stored in the browser using localStorage.

About

Fork of a local task manager website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 44.6%
  • JavaScript 31.6%
  • HTML 23.8%