Table of Contents
This project is design inspired from this ProCard | vCard HTML Template 🔥
There are many great portfolio templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a portfolio template so amazing that it'll be the last one you ever need -- I think this is it.
Here's why:
-
Your time should be focused on creating amazing projects rather than keep updating your portfolio code for the previous endeavour!
-
This template allows you to edit your entire portfolio with just one file (
/src/data.js)
Of course, no one template will serve all projects since your needs may be different. So I'll be adding more features in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/iamakshatjain/iamakshatjain.github.io.git
- Install NPM packages
npm install
And that's it, you're good to go!
- Open the terminal and go to the project location and run
npm run start
And your project is up and available at localhost:300 on your browser!
- Make the required changes in
/src/data.jsas per the guiding comments and update the homepage URL inpackage.jsonto the github pages url of your profile
"homepage": "https://your-gh-username.github.io/"
- Run the following command to deploy on github pages
npm run deploy
And, you're done you have your very own up and running portfolio!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
-
Fork the Project
-
Create your Feature Branch (
git checkout -b feature/AmazingFeature) -
Commit your Changes (
git commit -m 'Add some AmazingFeature') -
Push to the Branch (
git push origin feature/AmazingFeature) -
Open a Pull Request
Akshat Jain - @iamakshtjain - developer.akshatjain@gmail.com
Project Link: Virtual Card Portfolio
