An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/static/v1?label=BY&message=Reemoz&color=pink)

# 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

![screenshot](images/app_screenshot.png)

*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** | [![@Reem-Lab](https://img.shields.io/github/followers/reem-lab?label=Reem-Lab&style=social)](https://github.com/reem-lab)
- **Twitter**| [![@Rem79940127](https://img.shields.io/twitter/follow/Rem79940127?label=Rem79940127&style=social)](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.
=======