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

UI for viewing the past generated resumes #58

Closed amlan-roy closed 7 months ago

amlan-roy commented 7 months ago

Is your feature request related to a problem? Please describe.

We also need to display the past generated resumes since we are storing them and using proper auth.

Describe the solution you'd like

This data is probably stored in a firebase db. Use the data from there for displaying. Also add the functionality to delete the past generated resumes and add a limit of max 10 resumes to be stored for free users.

Also decide the appropriate place(s) to display this info.

Are you willing to contribute to this issue?

Yes

amlan-roy commented 7 months ago

https://github.com/amlan-roy/resume-craft/pull/66 https://github.com/amlan-roy/resume-craft/pull/68