View Live Site
This is a simple resume builder using GPT-3.
It is built using React.js, Tailwind CSS,
and Render.
Getting Started
Prerequisites
Installing
- Clone the repository
git clone
- Install dependencies
yarn install
- Create a
.env
file in the root directory and add the following
OPENAI_API_KEY="your api key"
- Run the app
yarn start
Deployment

- Create a new Render service
- Add the following environment variables
OPENAI_API_KEY="your api key"
- Add the following build command
yarn build
- Add the following start command
node server/index.js
- Deploy the service
- Visit the URL to see the app running
- Enjoy!