This repository contains the source for a React-based personal portfolio site located in the portfolio/ folder.
Summary
- React (Create React App)
- Client-side admin UI (edits stored in localStorage)
- Deploys as a static site (GitHub Pages / Netlify / Vercel)
What's in the repo
/portfolio— the React application (source code inportfolio/src, public assets inportfolio/public).
Quick start (development)
- Install dependencies
cd portfolio
npm install- Run the dev server
npm startThe app will open at http://localhost:3000 by default.
Build (production)
https://parmardarshan29.github.io/