genR is a personal project designed to simplify the process of creating professional resumes. Built using Next.js, it provides a fast, responsive, and intuitive interface for generating tailored resumes in just a few clicks.
- Create professional and customizable resumes
- Live preview while editing
- Download resumes as PDF
- Clean and minimal UI
- Built with Next.js for high performance
- Next.js – React framework for building optimized web apps
- TypeScript – Static typing for safer code
- Tailwind CSS, Shadcn-Ui – Utility-first styling
- React Hook Form / Zod – Form handling and validation
- pdfjs-dist / react-quill-new – For exporting resumes
- Better-auth – For Authentication
- Resend – For Email integration
# Clone the repository
git clone https://github.com/your-username/genR.git
# Navigate to the project directory
cd genR
# Install dependencies
npm install
# Start the development server
npm run dev