Made with vanilla JavaScript. Used webpack to bundle everything (modules, styles) into one html file.
Check it live
- Create and delete lists
- Add, remove, toggle complete items.
- Saves lists to Your browsers localStorage.
- Possibility to save lists to file (json format) and import from file.
download index.html from dist folder and open in browser.
make sure you have node installed with npm, go into directory and run:
npm install
npm run build
It will create dist folder with index.html and js.map (for debugging).
Open index.html(in dist folder) in browser.
Download index.html and open with Chrome browser or create shortcut with ShortcutMaker (android)