Skip to content

Latest commit

Β 

History

History
63 lines (51 loc) Β· 1.27 KB

File metadata and controls

63 lines (51 loc) Β· 1.27 KB

πŸš€ 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.