Welcome to Resume Worth, a Next.js-powered project designed to enhance, evaluate and roast resumes by leveraging AI-driven insights and document parsing. This application leverages modern technologies to help users create job-worthy resumes with optimal suggestions.
- AI Integration: Uses Groq API for generating and analyzing content.
- PDF Parsing: Incorporates
pdfjs-dist
to read and extract information from PDF files. - Dynamic Animations: Provides an engaging user experience using libraries like
react-type-animation
. - User-Friendly Interface: Built with Shadnc UI for consistent and accessible design elements.
- Tailwind CSS: Enhanced with TailwindCSS for responsive and modern styling.
This project is built with:
- Next.js 14 - The latest Next.js framework for a seamless development experience.
- React 18 - A robust front-end JavaScript library for creating user interfaces.
- Tailwind CSS - A utility-first CSS framework for custom designs.
- Groq API - Integrates AI-driven insights into resume roasting and evaluating.
- Shadcn UI & Lucide Icons - For high-quality, accessible components and icons.
Ensure you have Node.js installed, preferably version 18 or above.
-
Clone the repository:
https://github.com/Avik-creator/resume-worth.git cd resume-worth
-
Install dependencies:
npm install
Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Access the app at http://localhost:3000.
To create an optimized production build, run:
npm run build
npm start
Deploy Resume Worth on platforms like Vercel for seamless hosting and scalability. Refer to Next.js deployment documentation for more details.
Explore the following resources to enhance your understanding of this project:
- Next.js Documentation for framework features and APIs.
- Vercel AI SDK for providing the SDK for efficiently using API with Groq.
- Shadcn UI for a rich set of accessible and customizable components.
Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.