Skip to content
/ resume Public

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.

Notifications You must be signed in to change notification settings

brijr/resume

Repository files navigation

Resume Template

CleanShot 2024-11-14 at 16 25 21@2x

Deploy with Vercel

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

  1. Clone this repository:
git clone https://github.com/brijr/resume
cd resume
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. 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

  1. Place your PDF version in the public directory
  2. Update the pdfUrl prop in app/page.tsx to point to your PDF file

Deployment

Deploy your resume site using Vercel:

Deploy with Vercel

License

MIT License - Feel free to use this template for your own resume!

Created by Bridger Tower

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published