eduardconstantin / storybook-gpt

Storybook GPT is a web application for generating Storybook stories from React components using OpenAI API
https://storybook-gpt.vercel.app
MIT License
25 stars 17 forks source link

[Feature] Add list for generated stories #11

Closed eduardconstantin closed 1 year ago

eduardconstantin commented 1 year ago

Is your feature request related to a problem? Please describe. This web app doesn't have a list of generated stories.

Describe the solution you'd like Would be nice to have a list under the generator to contain all the generated stories. The user should be able to delete any of the generated stories from the list. Local storage can be used to save and retrieve the generated stories. When the user clicks on any of the saved stories it should appear in the generator.

danyelica commented 1 year ago

Can you assign to me please? I would like to do this issue