The project designed to improve coding skills and upgrading knowledgments on CSS, HTML, JavaScript.
- HTML, CSS, JavaScript
- Github.
- VSC: Git.
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/CollinsTatang/Portfolio.git
- Open terminal and cd into project
cd Portfolio
- Open the index.html in your brower:
open index.html
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
- 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 .
Live demo Live link
👤Makungong Collins Tatang
- GitHub: @CollinsTatang1
- Twitter: @CollinsTatang1
- LinkedIn: Makungong Collins
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Google.com
- Github.com
This project is MIT licensed.