A to-do list website made for demonstrating understanding in Object Oriented concepts in JavaScript and the ability to use modern asset management systems like webpack for organisation of JavaScript code.
- Organize Todos within Projects and view them using a variety of views
- Mark tasks as completed simply by clicking them.
- Persist data in local storage
- A Nice UI with theme switcher
- Written in Vanilla JavaScript
- localStorage for storing todos
- Organized and packaged using Webpack