A Todo application for keeping track of your tasks or things you need to get done!
You can add todos and remove todos. Also, you can filter your todos alphabetically to find a todo more quickly. Lastly, you can check-off the todos you already completed and hide them if you do not want to remove them by checking-off the "hide completed" checkbox.
npm install
npm run dev-server; app will run locally on http://localhost:8080/
- HTML
- CSS
- JavaScript
- Local Storage
- Babel
- Webpack
- babel-cli
- babel-loader
- babel-preset-env
- core-js
- live-server
- regenerator-runtime
- webpack-cli
- webpack-dev-server
- uuid
https://jmorales-todo.netlify.app/
If you have any questions about the repo, contact me at github.com/jmorales113 or [email protected].