Single‑page personal portfolio built with React (UMD) and Babel directly in the browser. Showcases projects, skills, and contact links with a playful, scrollable layout.
Live site: https://rohan-mirjankar.is-a-good.dev/
- Responsive single-page layout with anchored navigation
- About, Skills, Projects (cards), and Contact sections
- Iconography via Font Awesome CDN
- Zero-build setup: runs straight from
index.htmlwith in-browser Babel
git clone https://github.com/Rohan-Shridhar/portfolio.git
cd portfolio
npm install
npm run dev
open localhost link in browserYou can also open index.html directly in your browser, but a local server ensures fonts/icons load correctly.
index.html— loads styles, fonts, React/Babel CDNs, and mounts the appstyle.css— global styles and section theming*.jsx— React componentsimages/— asset files for hero/skills/project cards
Improvements are welcome! Please:
- Fork and branch from
main. - Make changes (docs or UI tweaks).
- Open a PR with a short description; mention related issue numbers if applicable.
MIT