Replicated style from todo.mvc. Created to play around with EventListeners and Array methods. Mostly why I created this app is that I liked style of todo.mvc and i wanted to try to create by myselft.
Everything should work out of the box. But if you wanna play around with HTML and CSS you need to install the application: clone the repository and run the following command:
npm install
To edit styles of the application, run the following command (runs the CLI tool to scan your template files for classes and build your CSS.):
npx tailwindcss -i ./input.css -o ./dist/output.css --watch
- Add tasks
- Edit tasks
- Remove tasks
- Filter tasks
- localStorage
- JavaScript
- Tailwind CSS