Overview
I developed this web application to empower users to effortlessly build their resumes using OpenAI’s API. Leveraging the MERN (MongoDB, Express, React, and Node) stack and OpenAI’s GPT-3 API, the application provides a streamlined resume-building experience.
Tech Stack
- React
- OpenAI API
- ExpressJS
- MongoDB
Problems Faced
Prompt engineering to get consistent and well-formatted resume sections from GPT-3.5 was the most time-consuming part. Also, managing the state of a complex multi-step form required careful planning.
What I Learned
I learned how to integrate AI APIs into web applications and how to handle structured data generation from LLMs.