- Clone the repository to your local machine
- Run
npm install
and wait for installation to complete - Run
npm start
. - Open
localhost:3000
to see the project demo.
Dependencies defined in package.json:
Reactjs | Bootstrap | Typist | GitHub API | Particles | Instagram API
- Navigation bar (optional)
- Blog (optional)
- Body
- Name | Profession
- Contact / Follow / Find me / Facebook / LinkedIn / GitHub / Instagram / Email / CodePen
- Resume | About me
- About Me
- About myself, my Interests, Goals and Hobbies
- Things I'm good at (Skills)
- Resume button
- Recent Projects (using GitHub API) (optional)
- Footer
- Copyrights - open source
Project is open source. Feel free to make your own version. All you need to do is to fork this repository, edit src/editable-stuff/configurations.json and add resume. Hit on star ⭐ button if you like this project.
You should have Node.js and Git installed on your PC. You should also own a GitHub account.
-
To Get Started, Fork this repository to your GitHub account:
-
Clone the forked repo from your account using:
git clone https://github.com/<your-username>/Digital-Portfolio.git
-
Open in any editor of your choice and edit src/editable-stuff/configurations.json file.
-
Get a shareable link for your resume by uploading it to any cloud storage of your choice. (AWS S3bucket, GDrive, etc.)src/editable-stuff/resume.pdf
-
Edit title and meta description in public/index.html.
-
Change URL in package.json file:
"homepage": "https://<your-username>.github.io/Digital-Portfolio"
Or for deployment at custom domain, refer create-react-app.dev
-
After editing run the following bash commands:
npm install npm start