The project designed to improve coding, design skills and upgrading knowledgments on CSS, HTML, JavaScript, webpack, modules.
- Languages used: HTML, CSS, javascript, webpack.
- Tools used: Github Desktop.
- VSC: Git.
- Package Manager: Node, NPM.
To get a local copy up and running follow these simple example steps.
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters
- Clone the repo in your local machine:
git clone https://github.com/username-forGithub/To-Do-List.git
- Open terminal and cd into project
cd To-Do-List
- Command line:
npm run start
To check linters run the following command:
- Install WebHint:
npm install --save-dev hint@7.x
- Install StyleLint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Install ESLint
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
- To check CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}"
- To fix CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}" --fix
- To check HTML linters error
npx hint .
- To check Javascript linters error
npx eslint .
π€ Bakhtiyor Yusubaliyev
- GitHub: @bakhtiyorY
- Twitter: @bakhtiyor-yusubali
This project is MIT licensed.