The 2nd iteration of My Personal Portfolio - created using ReactJS, Overmind, Material UI etc...
Visit Live: https://p32929.github.io/
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/
- Fork the repository ( Recommended )
- Clone your forked repository using
git clone YOUR-REPOSITORY-URL
- Install all the dependencies using this command:
npm install
- Run the project using this command:
npm start
- Fork the repository ( Recommended )
- Change the repository name to
https://your-github-username.github.io/
by going into settings - Clone the repository using
git clone YOUR-REPOSITORY-URL
- To modify the First Visible page infos (Like your name, image etc), edit
src/Others/MainItems.js
file. - To modify everything else, edit
src/Others/GlobalVariables.js
file constants. For instance: Skills are in theskills
constant. - To deploy the WebApp, Run this command:
npm run deploy
Volla!! Now, you can check your portfolio LIVE version in the homepage
URL (https://your-github-username.github.io/
). Github may take a while to update the github page
into your homepage
URL.
Thanks to everyone for your STARS, WATCHES, FORKS, & VISITS. Special thanks to Facebook for the ReactJS library, mui-org for the Material-UI Components library, casesandberg for the react-color library, Plabon Dey for the Dynamic Color idea :P and Github pages for letting me host it for free. Am I missing anyone? If yes, Let me know via facebook: https://www.facebook.com/p32929/
Design inspired from https://www.uplabs.com/posts/glazzy-free-portfolio-psd-template
MIT License
Copyright (c) 2020 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.
-
Can I use it for any commercial project? -> Yes. But don't change the
fork icon
and theURL it redirects to
at theTOP-RIGHT corner
. So that, others can also benefit from the repository. -
Can I use it for making my personal portfolio? -> Definitely. But make sure you FORK it while doing it :)
-
Can I share your portfolio link with my friends? -> DEFINITELY! ^_^
-
Can I contact you if I get stuck while trying to create my own portfolio using the forked source code? -> DEFINITELY! :)