Skip to content

Junotfras/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚡ TaskMaster

A persistent task management dashboard built with JavaScript and LocalStorage. This project demonstrates complete CRUD (Create, Read, Update, Delete) capabilities.

🔗 Live Demo

🚀 Key Features

  • Persistent Storage: Data is saved to the browser's localStorage, so your tasks remain even after refreshing the page.
  • CRUD Operations: Users can add, edit, and delete tasks seamlessly.
  • Input Validation: Native browser validation ensures empty tasks cannot be created.
  • Safe-Edit Mode: Includes a modal dialog to warn users before discarding unsaved changes.

🛠️ Tech Stack

  • JavaScript (ES6+): DOM manipulation, JSON parsing, State management.
  • CSS3: Custom properties (Variables), Flexbox, Glassmorphism design.
  • HTML5: Semantic dialog and form elements.

About

A persistent task management dashboard built with Vanilla JavaScript, featuring full CRUD operations and LocalStorage data handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors