resume Tailwind Templates

Resume

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

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

Top categories

Loading Svelte Themes