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.