The project designed to improve coding skills and upgrading knowledgments on CSS, HTML, JavaScript.
- Languages used: HTML, CSS, javascript
- 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/my_portfolio
- 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 https://username-forgithub.github.io/my_portfolio
π€ Bakhtiyor Yusubaliyev
- GitHub: @bakhtiyorY
- Twitter: @bakhtiyor-yusubali
π€ Emmanuel Effiong Essien
- GitHub: @githubhandle
- Twitter: @twitterhandle
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.