My personal portfolio website showcasing my projects, skills, and contact details.
Built with modern frontend tools and deployed on Vercel.
This portfolio is designed to present my work in a clean and professional way.
It includes sections like Projects, Skills, and Contact, and is fully responsive across devices.
- React
- Vite
- Tailwind CSS
- JavaScript
- React Router DOM (BrowserRouter)
- Vercel (Deployment)
- Responsive UI (Mobile / Tablet / Desktop)
- Multi-page routing using BrowserRouter
- Projects showcase section
- Skills and tech stack section
- Contact section
- Fast build & performance using Vite
- Clean and modern UI design
Portfolio/
βββ public/
βββ src/
β βββ components/
β βββ pages/
β βββ App.jsx
β βββ main.jsx
β βββ index.css
βββ package.json
βββ README.md
git clone https://github.com/HardikPatil0/Portfolio.git
cd Portfolio
npm install
npm install react-router-dom
npm run dev
Open: http://localhost:5173
Note: If react-router-dom already exists in package.json, you can skip:
npm install react-router-dom