Source for the portfolio site deployed at: https://vjaykrsna.github.io
This repository is kept intentionally minimal. It's a static portfolio deployed to GitHub Pages and not intended to be run locally by visitors.
Resources (if you want to learn web development or build a similar portfolio):
Notes:
- Bob Ziroll's hands-on approach helped me a lot; following along with small projects makes the fundamentals stick.
- Scrimba's interactive editor is useful for immediate, practical practice when learning React.
Developer (optional):
If you want to explore or run this project locally:
- Install Node.js (LTS) and npm
- Install dependencies:
npm install- Run locally (development):
npm run dev- Build for production:
npm run build