Skip to content

hafiztalhakh/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio website for Developers!

Features

✔️ Summary and About me
✔️ Skills
✔️ Education
✔️ Experience
✔️ Open Source Projects Connected with Github
✔️ Contact
✔️ Github Profile

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

You'll need Git and Node.js (which comes with npm) installed on your computer.

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

How To Use 🔧

From your command line, clone and run portfolio:

# Clone this repository
$ git clone https://github.com/Talha619/portfolio.git

# Go into the repository
$ cd portfolio

# Install dependencies
$ npm i

#Start's development server
$ npm start

Github Setup For Open Source Projects

Generate a Github personal access token using these Instructions Make sure you don't select any scope just generate a simple token

  1. Create a .env file in the root directory of your project.

  2. Inside the .env file, add key REACT_APP_GITHUB_TOKEN and assign your github token like this.

  REACT_APP_GITHUB_TOKEN = "YOUR GITHUB TOKEN HERE"

Set showGithubProfile to true or false to show Contact Profile using Github, defaults to false.

Personalize page content in /src/Portfolio/portfolio.js & modify it as per your need.

Technologies used 🛠️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published