Simple to-do app with vanilla JS and Bootstrap.
Live demo here
- This is a simple educational project to get familiar with DOM elements. So basically all the logic happens in JS with some simple setup in HTML.
- In order to focus entirely on DOM elements, the Bootstrap library is used instead of custom CSS
- localStorage is used to save a list of notes
- JavaScript ES6
- Bootstrap
- HTML5
- localStorage
List the ready features here:
- Ability to add and delete notes
- Ability to mark a note as done
- Custom list for 3 different people
- Notes are stored in localStorage for reuse after page/browser reload
Just open the live version. For now this project served for presentation purposes
Project is: complete
Created by @sashauly - feel free to contact me!