A web application built using Vite, React, TypeScript, and Material UI. The app allows users to store and organize prompts and stories generated by AI models (ChatGPT, Gemini, Llama), categorized by multiple genres. Users can add, view, and manage their prompts and stories through a simple interface.
- Add, view, and manage AI-generated prompts and stories.
- Organize stories and prompts by multiple genres.
- Clean and responsive UI built with Material UI.
- Data stored in JSON files.
- Easy filtering and sorting by genre, model, or date.
.
- Clone the repository:
git clone https://github.com/AugustoLL/prompt-library
cd prompt-library
- Install dependencies:
npm install
or
yarn install
- Start the development server:
npm run dev
or
yarn dev
- React
- Vite
- Typescript
- Material UI
.
This project is licensed under the MIT License.