Skip to content
/ cv Public template
forked from BartoszJarocki/cv

Print-friendly, minimalist CV page

License

Notifications You must be signed in to change notification settings

slayerpart/cv

This branch is 75 commits ahead of, 17 commits behind BartoszJarocki/cv:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 8, 2024
Oct 20, 2024
Feb 8, 2024
Feb 8, 2024
Feb 16, 2024
Feb 8, 2024
Jan 18, 2024
Feb 8, 2024
Dec 29, 2023
Dec 26, 2023
Jul 17, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 9, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Jul 31, 2024

Repository files navigation

Shows a screenshot of the whole page.

Minimalist CV

Simple web app that renders minimalist CV with print-friendly layout.

Built with Next.js and shadcn/ui, deployed on Vercel.

Features

  • Built using Next.js 14, React, Typescript, Shadcn/ui, TailwindCss
  • Auto generated Layout
  • Responsive for different devices
  • Light/Dark mode support
  • Print-friendly
  • Optimized for Next.js and Vercel

Getting Started Locally

  1. Clone this repository to your local machine:

    git clone git@github.com:slayerpart/cv.git
  2. Move to the cloned directory

    cd cv
  3. Install dependencies:

    yarn install
  4. Start the local Server:

    yarn dev
  5. Open the Config file and make changes

Run with Docker

Build the container

docker compose build

Run the container

docker compose up -d

Stop the Container

docker compose down

License

MIT

About

Print-friendly, minimalist CV page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.2%
  • CSS 2.8%
  • JavaScript 2.4%
  • Dockerfile 0.6%