A minimalist, responsive resume template built with Next.js 15, TypeScript, and Tailwind CSS. Perfect for developers and designers who want to showcase their work in a clean, professional format.
- 🚀 Built with Next.js 15 (App Router)
- 💨 Tailwind CSS for styling
- 📱 Fully responsive design
- 📄 PDF download functionality
- 📋 Copy-to-clipboard for contact information
- 🎨 Customizable content through simple content files
- 🖨 Print-friendly styling
- Clone this repository:
git clone https://github.com/brijr/resume
cd resume
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 to view your resume
Edit your resume content in /lib/content.ts
. The content is structured in sections:
- Intro (personal information)
- Work Experience
- Education
- Projects
- Open Source Contributions
- Main styles are in
app/globals.css
- Print-specific styles are in
app/print.css
- The template uses Tailwind CSS for styling - customize the theme in
tailwind.config.ts
- Place your PDF version in the
public
directory - Update the
pdfUrl
prop inapp/page.tsx
to point to your PDF file
Deploy your resume site using Vercel:
MIT License - Feel free to use this template for your own resume!
Created by Bridger Tower