Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 542 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 542 Bytes

Todo-List

Work in progress.

A simple to-do list project utilizing modular code, bundled with webpack.

The user can create and delete projects, as well as add/remove tasks under each project. Each project has a unique name, while the tasks have a unique name, description, priority and deadline.

Newly created/deleted projects and tasks are saved using local storage. The user can reset the application with a dedicated button in the bottom left side of the page.

Live Demo 👈