https://github.com/reem-lab/bugs-hide-and-seek
https://github.com/reem-lab/bugs-hide-and-seek
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/reem-lab/bugs-hide-and-seek
- Owner: Reem-lab
- License: mit
- Created: 2021-12-17T16:58:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T17:28:01.000Z (over 4 years ago)
- Last Synced: 2025-02-22T23:41:30.585Z (over 1 year ago)
- Language: CSS
- Size: 11.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Portfolio
> A Simple Software Engineer Portfolio App Made with Vanilla HTML5, CSS3. The Project Contains a Showcase with Information About Me, All of My Works (Apps), and a Contact Form for Communication

*A Screenshot of the Mobile Version of the Portfolio App*
## Built With
- Languages: _**HTML, CSS**_
- Technologies used: _**GIT, GITHUB, LINTERS**_
## Live Demo
[Live Demo Link](https://reem-lab.github.io/MyPortfolio/)
## Getting Started
**Start by cloning the repo and setup the gulpfile + linters.**
To get a local copy up and running follow these simple example steps.
### Prerequisites
- [**npm**](https://nodejs.org) (**n**ode **p**ackage **m**anager) - to be able to install packages locally.
- **A github Account** - to be able to use github actions.
### Setup
- **Open** the terminal.
- **Run** `cd \path\to\where\you\want\your\local\copy`
- **Clone** the repo
1. **Run** `git clone git@github.com:MrRamoun/README.git`
2. **Run** `cd README/`
### Install
- install **Webhint** linter
1. **Run** `npm install --save-dev hint@6.x`
- install **Stylelint** linter
1. **Run** `npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x`
- install **ESLint** linter
1. **Run** `npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x`
- install **gulp**
1. **Run** `touch gulpfile.js`
2. **Run** `npm install gulp --save-dev`
3. **Run** `npm install gulp-autoprefixer --save-dev`
### Usage
### Run tests
- run **Webhint** linter
- **Run** `npx hint .` on the root of your directory of your project.
- run **Stylelint** linter
- **Run** `npx stylelint "**/*.{css,scss}"` on the root of your directory of your project.
- run **ESLint** linter
- **Run** `npx eslint .` on the root of your directory of your project.
- run **gulp**
- **Run** `gulp ` on the root of your directory of your project.
### Deployment
## Authors
👤 **Reem**
Platform | Badge |
--- | --- |
- **GitHub** | [](https://github.com/reem-lab)
- **Twitter**| [](https://twitter.com/Rem79940127)
## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](/LICENSE) licensed.
=======