Skip to content

🚀💥 My portfolio site that helps me showcase my work and skills 🚀💥

License

Notifications You must be signed in to change notification settings

mirsahib/mirsahib.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡️ 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

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

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ yarn install

Run it

$ 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 with this project than rename .env.example file to .env and change these environment variable to your need.

REACT_APP_SERVICE_ID=<your service id>
REACT_APP_TEMPLATE_ID=<your template id>
REACT_APP_USER_ID=<your user id>

Contribution

If you want to contribute and make this much better for other developer have a look at Issues.

If you created something awesome and want to contribute then feel free to open an pull request.