A sleek, minimal, and fully responsive resume website built with Next.js, Tailwind CSS, and JavaScript.
Perfect for showcasing your professional profile, skills, and career highlights.

✅ Modern Tech Stack — Next.js, JavaScript, Tailwind CSS
✅ Minimal Design — Clean, distraction-free layout
✅ Responsive — Looks great on all devices
✅ Easy to Customize — Update your details in one place
✅ SEO Ready — Basic SEO setup included
✅ PWA — Progressive Web App
Follow these steps to run it locally:
# 1️⃣ Clone the repository
git clone https://github.com/mushfiqur-rahman/minimal-cv.git
# 2️⃣ Go into the project directory
cd minimal-cv
# 3️⃣ Install dependencies
npm install
# 4️⃣ Run the development server
npm run dev
Open http://localhost:3000 in your browser to see your CV.
Update Content: Edit your profile, experience, skills, and contact details in the relevant files in the components or data directory.
Change Styling: Tweak Tailwind classes to adjust fonts, colors, or layout.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
minimal-cv/
├── components/ # Reusable UI components
├── pages/ # Next.js pages
├── public/ # Static assets
├── styles/ # Global styles
└── tailwind.config.js # Tailwind config
This project is MIT Licensed — feel free to fork, adapt, and share!
Pull requests and feedback are welcome. Happy building!