URL : quickcv.codad5.me
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.
- User opens the website
- User fills in the form with their details
- User clicks on the generate button
- The AI generates a resume for the user in a markdown format
- The markdown is converted to a HTML and displayed to the user
- When user is satisfied with the resume, they can print it using the print button.
- Some basic styling is added to the resume to make it look good
- This HTML would be converted to a PDF by the browser and the user can save it to their device
- User can create a resume in a few minutes
- User can print the resume
- Multi Section resume
- Personal Information
- Socials
- Education
- Work Experience
- Skills
- Projects
- User can regenerate the resume if they are not satisfied
- User can see previous resumes they have generated
- Auto save feature locally
- Remembers user details (all data is stored locally)
- No need to sign up to use the app
- Next.js
- Tailwind CSS
- Groq.ai
- Clone the repository
- Run
npm install
in the project directory - copy the
.env.sample
file to.env.local
and fill in the required details - Run
npm run dev
to start the development server
This project is licensed under a custom license based on the AGPL-3.0. See LICENSE.md for details.
- Fork the repository
- Clone the repository
- Create a new branch
- Make your changes
- Push your changes
- Create a pull request