Live demo → anmol-portfolio-v1.vercel.app • Report bug / Request feature
Summary: A clean, fast single-page portfolio built with React + Tailwind to showcase frontend skills and a pivot from data visualization to product-focused UI development.
- About
- Live demo
- Tech stack
- Highlights
- Getting started
- Project structure
- Customize & deploy
- For Interviewers
- Contributing
- License & Contact
This portfolio emphasizes readable UI, responsive layout, and component-driven architecture. It’s intentionally minimal to let projects and story shine — fast to load, easy to maintain, and easy to extend.
https://anmol-portfolio-v1.vercel.app/
- React.js (functional components, hooks)
- Tailwind CSS (utility-first styling)
- JavaScript (ES6+)
- Vercel (CI / deployment)
- Dev tools: VS Code, Prettier, ESLint
- Clean, modern design with a typewriter headline effect.
- Fully responsive: mobile → desktop.
- Projects data kept in one place (easy to update or wire to a CMS).
- Simulated API and loading states to show async handling.
- Focus on accessibility, semantics, and SEO-ready meta.
- Node.js (v16+ recommended)
- npm or yarn
# clone
git clone https://github.com/Anmol272001/anmol-portfolio-v1.git
cd anmol-portfolio-v1
# install
npm install
# or
yarn
# dev
npm start
# or
yarn start
# open http://localhost:3000