A modern, responsive developer portfolio website built to showcase my skills, projects, and experience as a Full-Stack Developer.
Live at π https://probalghosh.dev
- β‘ Built with Next.js for performance and SEO
- π¨ Clean, minimal UI with Tailwind CSS
- π Dark / modern theme
- π± Fully responsive (mobile-first)
- π§ Optimized animations & smooth transitions
- π Deployed on Vercel
- π Production-ready folder structure
- Next.js
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Vercel
- Git & GitHub
.
βββ app/ # App Router (Next.js)
βββ components/ # Reusable UI components
βββ lib/ # Utilities & helpers
βββ public/ # Static assets
βββ styles/ # Global styles
βββ README.md1οΈβ£ Clone the reopsitory
git clone https://github.com/prodot-com/probalghoshdev.git
cd probalghoshdev
2οΈβ£Install dependencies
npm install
# or
pnpm install
3οΈβ£Run the development server
npm run dev
# or
pnpm dev
Open π http://localhost:3000 in your browser.