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

https://github.com/mirsahib/mirsahib.github.io

:rocket::boom: My portfolio site that helps me showcase my work and skills :rocket::boom:
https://github.com/mirsahib/mirsahib.github.io

bootstrap-4 javascript minify react responsive template

Last synced: 8 months ago
JSON representation

:rocket::boom: My portfolio site that helps me showcase my work and skills :rocket::boom:

Awesome Lists containing this project

README

          

# ⚡️ My React Portfolio ⚡️

## A Clean, Responsive Bootstrap 4 Portfolio Template!





## Instruction

If you like my template and want to integrate as your portfolio template than first clone the project

```bash
$ git clone https://github.com/mirsahib/MirFolio.git
```

Install dependencies. Make sure you already have [`nodejs`](https://nodejs.org/en/) & [`npm`](https://www.npmjs.com/) installed in your system.

```bash
$ yarn install
```

Run it

```bash
$ yarn start
```

Finally change the `src/portfolio` file to your need.

## Emailjs Installation

To connect the contact form with my gmail account I use emailjs package to avoid writting any backend code and also to avoid spamming.If you want to integrate your [emailjs account](https://www.emailjs.com/) with this project than rename `.env.example` file to `.env` and change these environment variable to your need.

```
REACT_APP_SERVICE_ID=
REACT_APP_TEMPLATE_ID=
REACT_APP_USER_ID=
```

## Contribution

If you want to **contribute** and make this much better for other developer have a look at [Issues](https://github.com/mirsahib/Portfolio/issues).

If you created something awesome and want to contribute then feel free to open an [pull request](https://github.com/mirsahib/Portfolio/pulls).