Resume Template


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.
š Live Demo
Features
- š 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
Getting Started
- 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
Customization
Content
Edit your resume content in /lib/content.ts
. The content is structured in sections:
- Intro (personal information)
- Work Experience
- Education
- Projects
- Open Source Contributions
Styling
- 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
PDF Download
- Place your PDF version in the
public
directory
- Update the
pdfUrl
prop in app/page.tsx
to point to your PDF file
Deployment
Deploy your resume site using Vercel:

License
MIT License - Feel free to use this template for your own resume!
Created by Bridger Tower