Skip to content

mhaider110/profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Profile App

Get your profile Up and Running live in few steps

Step 1 - GET

Fork this repository (Click the Fork button at the top right of this page)

Clone your forked repository to your local machine

git clone https://github.com/your-github-username/profile.git

Step 2 - SET

Setup code and Edit (replace with your details) json files in src/assets/data/

Set home page URL as http://<your-github-username>.github.io/profile in package.json file.

Replace profile picture at src/assets/images/IMG_DP.jpg with your picture.

For logo - Replace mh at /src/components/header/header.js line 17 with any text you wish.

Run the following scripts in order

npm install
npm start

Open http://localhost:3000 to view in the browser. If everything looks good! follow the last step to deploy 🔥

Step 3 - GO!!🎉

Run the following script

npm run deploy

Open https://<your-github-username>.github.io/profile to view live.

  • Star this repository if you like!

About

Online profile

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors