Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collinstatang/portfolio
https://github.com/collinstatang/portfolio
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/collinstatang/portfolio
- Owner: CollinsTatang
- License: mit
- Created: 2022-08-09T18:09:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T02:25:05.000Z (6 months ago)
- Last Synced: 2024-10-03T12:28:26.621Z (4 months ago)
- Language: CSS
- Size: 5.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/CollinsTatang/Portfolio.git
```
2. Open terminal and cd into project
```bash
cd Portfolio
```
3. Open the index.html in your brower:
```bash
open index.html
```### Install
> To check linters run the following command:
1. Install WebHint:
```bash
npm install --save-dev [email protected]
```
2. Install StyleLint
```bash
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
## Check Linters Error
1. To check CSS or SCSS linters error:
```bash
npx stylelint "**/*.{css,scss}"
```
2. To fix CSS or SCSS linters error:
```bash
npx stylelint "**/*.{css,scss}" --fix
```
3. To check HTML linters error
```bash
npx hint .
```## Visit My GitHub Page
**_Live demo_**
[Live link](https://collinstatang.github.io/Portfolio/)## Authors
👤**Makungong Collins Tatang**
- GitHub: [@CollinsTatang1](https://github.com/CollinsTatang)
- Twitter: [@CollinsTatang1](https://twitter.com/CollinsTatang1)
- LinkedIn: [Makungong Collins](https://www.linkedin.com/in/makungong-collins/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Google.com
- Github.com## 📝 License
This project is [MIT](./MIT.md) licensed.