Hey! This is my personal portfolio site — built with React and Vite, deployed on Netlify.
- React 19 — for the UI
- Vite — because it's fast
- React Router — for navigation between pages
- CSS — good old vanilla CSS for styling
- Bun — as the package manager
git clone https://github.com/itsmethaj/portfolio.git
cd portfolio
bun install
bun run devThat's it. Should be running at http://localhost:5173.
bun run build # build for production
bun run preview # preview the production buildportfolio/
├── public/ # static files
├── src/ # all the React stuff
├── index.html
└── package.json