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: 2 months ago
JSON representation
Free CV Maker with Print-Friendly Responsive Layout
- Host: GitHub
- URL: https://github.com/idimetrix/cv
- Owner: idimetrix
- License: mit
- Created: 2024-08-27T03:50:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T12:37:16.000Z (7 months ago)
- Last Synced: 2025-03-31T08:08:05.742Z (3 months ago)
- Topics: cv, cv-builder, cv-creator, next, nextjs, react, reactjs, resume, resume-builder, resume-creator, tailwind, tailwindcss
- Language: TypeScript
- Homepage: https://freecvmaker.vercel.app
- Size: 24.1 MB
- Stars: 98
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Free CV Maker with Print-Friendly Responsive Layout [](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.
Compatible with Applicant Tracking Systems (ATS).
# 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/)