Create your own portfolio within just 3 minutes

Fayaz Bin Salam
1 min readApr 17, 2020

--

Hello everyone, I have created my Portfolio using ReactJS, which is dynamic, responsive and open source. Here’s the live version: https://p32929.github.io/

Prerequisites:
You need to have NodeJS and NPM installed in your computer. If you don't have them installed, install them from here: https://nodejs.org/en/download/

How to run the project:
1. Fork the repository ( https://github.com/p32929/p32929.github.io )
2. Clone your forked repository
3. Install all the dependencies using this command: npm install
4. Run the project using this command: npm start

Create your own portfolio:
1. Fork the repository
2. Change the repository name to https://your-github-username.github.io/ by going into settings
3. Clone the repository
4. To modify the First Visible page infos (Like your name, image etc), edit src/vars/MainItems.js file.
5. To modify everything else, edit src/vars/GlobalVariables.js file constants. For instance: Skills are in the skills constant.
6. Run this command: npm run deploy

Volla!! Now, you can check your portfolio LIVE version in github pages using homepage URL. Github may take a while to update the github page into your homepage URL

Feel free to fork, contribute, share.

Thanks…

--

--