This portfolio template/starter was originally created by Priyesh Patel. It has been modified and personalized for my use.
- Responsive with mobile-first design.
- Dark/Light mode toggle.
- Smooth Scroll and Scroll Spy using react-scroll.
-
Clone the Repository
Clone the repository to your local machine:
git clone https://github.com/mxhdiqaim/portfolio
-
Start Developing
Navigate into your new site’s directory and start the development server:
cd portfolio/ gatsby develop -
Personalize the Site
Update the JSON files inside the
src/datadirectory with your personal data:└── src └── data ├── personal.json ├── blogs.json └── projects.json -
Preview Your Site
Your site will be running at
http://localhost:8000! Open thesrc/pages/index.jsfile in your preferred code editor to make further customizations.
You can deploy your portfolio with one click:
This project is based on the Gatsby Portfolio Starter created by Priyesh Patel.
I have modified it to include my personal data and preferences while retaining the original design and features.
This project is licensed under the MIT License. See the LICENSE file for details.