Skip to content

codad5/quickcv

Repository files navigation

QuickCv

URL : 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

  • 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

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 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