this is a simple app using javasctipt, i have used classes in this one, using es2015 syntax and localstorage to store the list, transpiled the code with babel.js in the dist folder, you can see the dist by running
npm run build
npm install
npm run watch
for building:
npm run build
- @babel/cli, @babel/core
- @babel/preset-env
- concurrently
- http-server