This project will be a basic website that allows users to add/remove Tasks from a list.
- Html/Css
- JavaScript
- Webhint
- Stylelint
- Eslint
- webpack
To get a local copy of this project:
Clone this repository or download the Zip folder:
https://velvety-marshmallow-b6ba14.netlify.app/
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 .
👤 AshourMohamed
- 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!
This project is MIT licensed.