- A minimal To-Do List application written in HTML/CSS and Vanilla JavaScript.
- Users are directed to a 'Home' page, where new to-do tasks can be added or ticked off. Additionally, users are able to create new Lists as well.
- Additional features such as remind me, change list, add/remove tags, notes, and a checklist were added for each To-Do instance.
-
Fork repo and run the following commands in the terminal:
Install dependecies
npm install
Run app in browser
npm run dev
- For the purposes of this project, this project was designed for desktop and is not responsive to different window sizes. For the best experience, please open this using Google Chrome on desktop.