This repository contains a tool called Resume Bullet Generator that leverages GPT-4 to generate resume bullet points aimed at increasing the likelihood of landing an interview.
To set up this project locally, follow these steps:
-
Install dependencies by running:
npm i
-
Create a
.env
file based on the.env.sample
file and add your API key. -
Start the development server by running:
npm run dev
This project utilizes Chakra UI as its component library for building user interfaces. Chakra UI offers a set of accessible and customizable components to streamline the development process.
Feel free to explore and contribute to this project to enhance the functionality of the Resume Bullet Generator!