CollinsTatang / Portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

The project designed to improve coding skills and upgrading knowledgments on CSS, HTML, JavaScript.

Built With

  • HTML, CSS, JavaScript
  • Github.
  • VSC: Git.

Project Setup

To get a local copy up and running follow these simple example steps.

Prerequisites

  • You need to have Code Editor Installed
  • Make sure Nodejs and NPM is installed in your system for linters

Setup

  1. Clone the repo in your local machine:
git clone https://github.com/CollinsTatang/Portfolio.git
  1. Open terminal and cd into project
cd Portfolio
  1. Open the index.html in your brower:
open index.html

Install

To check linters run the following command:

  1. Install WebHint:
npm install --save-dev hint@7.x
  1. Install StyleLint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x 

Check Linters Error

  1. To check CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}"
  1. To fix CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}" --fix
  1. To check HTML linters error
npx hint .

Visit My GitHub Page

Live demo Live link

Authors

👤Makungong Collins Tatang

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Google.com
  • Github.com

📝 License

This project is MIT licensed.

About

License:MIT License


Languages

Language:CSS 55.7%Language:HTML 23.8%Language:JavaScript 20.5%