the-bigbrains / review-summarizer

KnightHacks 2023 - 1st Place Winner of Microsoft & RBC's Challenge
1 stars 1 forks source link

Allow for user-uploaded API keys #4

Open DanyPalma opened 9 months ago

SimHoZebs commented 9 months ago

localStorage is probably the best place to store the data; We can work with it directly or use Zustand to handle it easier https://docs.pmnd.rs/zustand/integrations/persisting-store-data https://github.com/pmndrs/zustand/blob/main/docs/integrations/persisting-store-data.md