amlan-roy / resume-craft

Resume Craft: Your go-to platform for effortlessly tailoring ATS-friendly resumes to job descriptions. Streamline your job application process and stand out in the competitive market.
https://resume-craft-ten.vercel.app
7 stars 3 forks source link

Add resume generation for base resume #41

Closed amlan-roy closed 7 months ago

amlan-roy commented 7 months ago
Sub issues https://github.com/amlan-roy/resume-craft/issues/42

Description:

The https://github.com/amlan-roy/resume-craft/issues/39 was created to introduce the UI for base resume generation UI Now we need to add functionality to this page.

The redirect button already works correctly (AFAIK), the generate resume button and other functionalities need to be added.

Functionality:

image

Are you willing to contribute to this issue?

Yes

Additional context

Wil probably need to write next js backend to handle the communication with Google App Script. We can send the resume data as a post request. This data can then be sent to google app script. Google app script can handle the resume generation and should return proper response (Error handling should also be good). As of the frontend, need to manage local state/error handling correctly as well.