Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 401 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 401 Bytes

Resume Builder

Resume Builder using React, Node, Axios, and ChatGPT. The application consists of a form where a user puts their work information, this data is posted to the server which then sends a request to openAI to write commamds to chatgpt to build a resume from the given data and returns a complete resume. React then gets the resume text and structures the content and styles it with css.