Skip to content

A sleek Todo-List Website that simplifies project-based task management, featuring special project views, persistent data storage, and an intuitive user interface

Notifications You must be signed in to change notification settings

marcft/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-List Webapp

Description

This project is a Todo-List Webapp that empowers users to organize tasks efficiently. Users can create different projects, each containing a list of todos. A todo comprises a name, a checkbox indicating completion status, a due date, a description, and two action buttons for deletion and editing.

Features

  • Projects: Create and delete projects as needed.
  • Todos: Add, edit, and delete todos within each project.
  • Special Projects:
    • Inbox: View all todos from all projects.
    • Day: View todos due today across all projects.
    • Week: View all todos due in the current week across projects.

Persistence

The website utilizes localStorage to save user changes. This means that even if you close the browser and reopen it, your data will persist.

Demo

Check out the live demo here.

About

A sleek Todo-List Website that simplifies project-based task management, featuring special project views, persistent data storage, and an intuitive user interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published