My Portfolio - created using ReactJS
Watch live: https://p32929.github.io/Portfolio/
I have created another portfolio (V2) using ReactJS. Which is also open source. Fork it from here: https://github.com/p32929/p32929.github.io
Sharing with your friends is just one click away from here
If you like my works and want to support me/my works, feel free to support or donate. My payment details can be found here: https://p32929.github.io/SendMoney2Me/
You need to have NodeJS
and NPM
installed in your computer.
If you don't have them installed, installed them from here: https://nodejs.org/en/download/
- Fork the repository
- Clone your forked repository
- Install all the dependencies using this command:
npm install
- Run the project using this command:
npm start
- To edit the Home section, edit the variables inside
src/vars/homeItems.js
file. - To edit the Skills section, edit the variables inside
src/vars/skillItems.js
file. - To edit the Projects section, edit the variables inside
src/vars/projectItems.js
file. - To edit the Contact section, edit the variables inside
src/vars/contactItems.js
file. - To edit the Drawer Items, edit the variables inside
src/vars/drawerItems.js
file. - Inside
package.json
, change the value ofhomepage
to 'https://your-github-username.github.io/Portfolio/' - Run this command:
npm run deploy
- Go the the repository settings page > Github Pages > Source and set it to
gh-pages branch
- That's it. 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 yourhomepage
URL
Hope you'll enjoy creating your own portfolio :)
MIT License
Copyright (c) 2018 Fayaz Bin Salam
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Looking for one of my previous portfolio website / source code? Here's the list:
V1: https://p32929.github.io/portfolio-v1/ ( Source: https://github.com/p32929/portfolio-v1 )
V2: https://p32929.github.io/portfolio-v2/ ( Source: https://github.com/p32929/portfolio-v2 )
V3 : https://p32929.github.io/ ( Source: https://github.com/p32929/p32929.github.io )