Skip to content

prodot-com/probalghoshdev

Repository files navigation

🚀 Probal Ghosh — Developer Portfolio

A modern, responsive developer portfolio website built to showcase my skills, projects, and experience as a Full-Stack Developer.

Live at 👉 https://probalghosh.dev


✨ Features

  • ⚡ 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

🛠️ Tech Stack

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • Vercel
  • Git & GitHub

📂 Project Structure

.
├── app/              # App Router (Next.js)
├── components/       # Reusable UI components
├── lib/              # Utilities & helpers
├── public/           # Static assets
├── styles/           # Global styles
└── README.md

Local Setup

1️⃣ 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.

Releases

No releases published

Packages

 
 
 

Contributors