Link to live demo: skill-sync.com
Skill-sync is a powerful AI-driven web application built with React, Next.js, and Prisma. It helps you create tailored resumes and cover letters that match specific job postings. This README provides an overview of the project, installation instructions, and basic usage guidelines.
- AI-driven resume and cover letter, and cold message generation
- Tailors your resumes and cover letters to specific job postings
- Built with the new Next.js 13 app router
- Utilizes Tailwind CSS for styling
- Utilizes a reusable component library called ShadcnUi
- Employs Prisma as the ORM for MySQL database interactions
- Authentication provided by Clerk
- Package management with PNPM
To run Skill-sync locally, follow these steps:
- Clone the repository:
git clone https://github.com/a-hagi613/skills-sync1.git
cd skills-sync
- Install dependencies:
pnpm install
-
Configure environment variables
-
Start the development server:
pnpm run dev
Open your web browser and visit http://127.0.0.1:3000 to use Skill-sync locally.
Upon running the application locally, you'll land on the Skill-sync homepage. Create an account and log in using Clerk authentication to get started. Follow the on-screen instructions to generate customized resumes and cover letters. Explore the features and options available to tailor your application materials effectively.