A Minimalist CV with print-friendly layout using Next JS

Share your love

Minimalist CV is a straightforward web application designed to generate a minimalist and print-friendly curriculum vitae (CV) page.

I would recommend you don’t just copy and paste the code, just look at the code and type by understanding it.

Demo

Pages

Details

Built with Next.js and shadcn/ui, the app is deployed on Vercel and offers the following features:

  • Quick Setup: Setting up the CV page is efficient and requires only a single configuration file.
  • Technology Stack: Developed using Next.js 14, React, Typescript, Shadcn/ui, and TailwindCss.
  • Auto-generated Layout: The CV page comes with an automatically generated layout for a clean and minimalist design.
  • Responsiveness: The layout is responsive, ensuring optimal viewing on different devices.
  • Optimized for Next.js and Vercel: The application is optimized for use with Next.js and seamlessly deployed on the Vercel platform.

Steps to install

# Clone this repo
git clone https://github.com/BartoszJarocki/cv.git

# Navigate to directory and install packages
cd [folder]
npm install

# Start the App
npm start

Live Demo & GitHub

If you found any mistakes or have any doubts please feel free to Contact Us

Hope you find this post helpful💖

Share your love