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.