Todo-List App
Simple app for organizing & keeping track of your Todos for different projects using Vanilla JS.
App Interface
Why this project ?
This was a project assignment from The Odin Project's Javascript course. The intention of this was to practice organizing javascript code with modules, classes, OOP principles....
Features
Core features: Create, edit, group & delete tasks.
Sort tasks by date & priority.
Data persistence locally using LocaStorage.
Responsive design & dark theme.
Tech Stack
Javascript
HTML5
CSS3