A GitHub-ready React + Vite portfolio site inspired by the structure of your current Wix portfolio and the clean project-first organization of your CollegeConnect project.
- About
- Personal Strengths
- Experience
- Projects
- Gallery of Accomplishments
- Contact
npm install
npm run devnpm run buildThis repo already includes a GitHub Actions workflow in .github/workflows/deploy.yml.
- Push this project to a GitHub repo.
- In the repo, go to Settings > Pages.
- Under Build and deployment, set Source to GitHub Actions.
- Push to
main. - Wait for the workflow to finish.
- Your site will be published at the GitHub Pages URL for the repo.
- Replace
your-email@unc.eduinsrc/App.jsx - Replace the LinkedIn and GitHub links in
src/App.jsx - Add your real resume PDF to
public/resume.pdf - Replace placeholder gallery items and images
- Update project links where needed
sanay-portfolioportfolio-site
If you want the site to live at a custom domain later, you can add that in GitHub Pages settings after deployment.