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:
- Host: GitHub
- URL: https://github.com/mirsahib/mirsahib.github.io
- Owner: mirsahib
- License: mit
- Created: 2020-11-16T06:52:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T04:45:42.000Z (over 1 year ago)
- Last Synced: 2025-01-05T23:41:20.807Z (9 months ago)
- Topics: bootstrap-4, javascript, minify, react, responsive, template
- Language: JavaScript
- Homepage: https://www.mir-sahib.xyz/
- Size: 21.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).