Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idimetrix/cv

Free CV Maker with Print-Friendly Responsive Layout
https://github.com/idimetrix/cv

cv cv-builder cv-creator next nextjs react reactjs resume resume-builder resume-creator tailwind tailwindcss

Last synced: 7 days ago
JSON representation

Free CV Maker with Print-Friendly Responsive Layout

Awesome Lists containing this project

README

        

![cv](https://raw.githubusercontent.com/idimetrix/cv/main/apps/web/public/full.png)

# Free CV Maker with Print-Friendly Responsive Layout [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/idimetrix/cv)

Simple Free CV Maker that renders minimalist CV with Print-Friendly Responsive Layout.

Built with React.js/Next.js, deployed on Vercel.

# Features

- Setup only takes a few minutes [single config file](./apps/web/constants/index.tsx)
- Built using Next.js 14, React, Typescript, TailwindCss
- Auto generated Layout
- Responsive for different devices (mobile/tablet/laptop/desktop)
- Optimized for Next.js and Vercel

# Getting Started Locally

1. Clone this repository to your local machine:

```bash
git clone https://github.com/idimetrix/cv.git
```

2. Move to the cloned directory

```bash
cd cv
```

3. Install dependencies:

```bash
pnpm bootstrap
```

4. Start the local Server:

```bash
pnpm web:dev
```

5. Open the [Config file](./apps/web/constants/index.tsx) and make changes

# License

[MIT](https://choosealicense.com/licenses/mit/)