This an CRUD app built were users can create, update and delete specific day to day tasks as they wish. The app is built using webpack and served with webpack dev server.
- HTML
- Javascript
- Css
- Webpack
- Webpack-dev server
- Jest
- Clone this repo to your machine by using Git clone: Git clone
https://github.com/DuaneDave/To-Do-List.git
- open in your vs code terminal and run live
- Install webhint using
npm install --save-dev hint@7.x
- Install eslint using
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
- Install stylelint using
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Install jest using
npm i --save-dev jest
- Install jsDom using
npm install --save-dev jest-environment-jsdom-global jest-environment-jsdom
To run tests on this project if you tweaked something, run the following command
- Run your test using
npm run test
- Run webhint html checks using
npx hint .
- Run webhint Css checks using
npx stylelint "\*_/_.{css,scss}"
- Run webhint javascript checks using
npx eslint .
👤 Obiebi Okiemute David
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 SOULEMANOU KUNCHIEFUH BABANOU
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is licensed by MIT.