This is a To-do list.
- To add an item, type in the input box and press ENTER
- To check an item as done, click on the item
- To delete an item, click on the bin icon
To pull the repo, simply clone
or download
it and open the index.html
file. There is no need to yarn
or yarn start
as the only packages the node modules is using is to convert the scss into css so that is can be read by the browser.
- HTML5
- CSS uses SCSS as a preprocessor
- Vanilla JavaScript