Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 17 hours 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T12:37:16.000Z (about 1 month ago)
- Last Synced: 2024-12-18T23:23:11.041Z (8 days 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: 73
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
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/)