For the second Javascript milestone in building a todo website,
set up a new repository and prepare it for development using best practices (e.g. linters).
This is the first interface
- HTML CSS & JAVASCRIPT
Feel free to check the To-do-link.
👤 **Silvia Tofana **
- GitHub: @silviatofana
- LinkedIn: @silviatofana
- Twitter: @silviatofana
👤 Grace Muthui
- GitHub: @Grayce Muthui
- Twitter: @Grayce_Muthui
- LinkedIn: @Grayce Muthui
Contributions, issues, and feature requests are welcome!
Install Run Linters tests To track linter errors locally follow these steps:
Download all the dependencies run:
npm install Track HTML linter errors run:
npx hint . Track CSS linter errors run:
npx stylelint "**/*.{css,scss}" Track JavaScript linter errors run:
npx eslint ." Run local server Node live serveris easy to install and use:
Run webpack server npm start
-
On the terminal run this command git clone https://github.com/silviatofana/todolist.git.
-
Install the dev dependencies for linters run npm install.
-
To install jest as your library run npm install --save-dev jest
-
To test whether all the tests work run npm test
- To see this project live here is the link
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.