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

https://github.com/codad5/quickcv

A very fast CV generator using AI
https://github.com/codad5/quickcv

ai ai-generated cv-creator cv-template good-first-contribution mardown resume resume-app resume-builder resume-generator resume-md resume-site-builder

Last synced: 7 months ago
JSON representation

A very fast CV generator using AI

Awesome Lists containing this project

README

          

# QuickCv
URL : [quickcv.codad5.me](https://quickcv.codad5.me/)

## Description
QuickCv is a web application that allows users to create a resume in a few minutes with the help of AI, the user can create a high scoring ATS resume in a few minutes.

## How it works
1. User opens the website
2. User fills in the form with their details
3. User clicks on the generate button
4. The AI generates a resume for the user in a markdown format
5. The markdown is converted to a HTML and displayed to the user
6. When user is satisfied with the resume, they can print it using the print button.
7. Some basic styling is added to the resume to make it look good
8. This HTML would be converted to a PDF by the browser and the user can save it to their device

## Features
- [x] User can create a resume in a few minutes
- [x] User can print the resume
- [x] Multi Section resume
- [x] Personal Information
- [x] Socials
- [x] Education
- [x] Work Experience
- [x] Skills
- [x] Projects
- [x] User can regenerate the resume if they are not satisfied
- [x] User can see previous resumes they have generated
- [x] Auto save feature locally
- [x] Remembers user details (all data is stored locally)
- [x] No need to sign up to use the app

## Technologies Used
- Next.js
- Tailwind CSS
- Groq.ai

## How to run
1. Clone the repository
2. Run `npm install` in the project directory
3. copy the `.env.sample` file to `.env.local` and fill in the required details
4. Run `npm run dev` to start the development server

## License
This project is licensed under a custom license based on the **AGPL-3.0**. See [LICENSE.md](LICENSE.md) for details.

## Contributing
1. Fork the repository
2. Clone the repository
3. Create a new branch
4. Make your changes
5. Push your changes
6. Create a pull request

## Author
- [Chibueze Aniezeofor](https://codad5.me)