The personal website/portfolio of Jatin Dholakia. Built using React and Bootstrap.
Site URL:
jatin.work
Dependencies defined in package.json:
Reactjs | Bootstrap | Typist | GitHub API | Simple Icons | Netlify
- Navigation bar
- Body
- Name
- Github / Linkedin / Email / Twitter / Medium / Leetcode
- Resume | About me
- About Me
- Display picture
- About myself, my Interests, Goals and Hobbies
- Resume button
- Recent Projects (using GitHub API)
- Skills
- Programming Skills
- Footer
- Quote
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>/home.git
-
Open in editor and edit src/editable-stuff/configurations.json file.
-
Add your resume in place of src/editable-stuff/resume.pdf
-
Change URL in package.json file:
"homepage": "https://<your-username>.github.io/home"
Or for custom deployment, refer create-react-app.dev
-
Edit title and meta description in public/index.html.
-
After editing run the following bash commands:
npm install npm start
-
To deploy website run:
npm run deploy
For custom deployment, refer pages.js
npm run custom-deploy
-
Congrats your site is up and running. To see it live, visit:
https://<your-username>.github.io/home