resume
resume copied to clipboard
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.
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.
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
publicdirectory - Update the
pdfUrlprop inapp/page.tsxto 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