readme update

This commit is contained in:
Isabelle Nachbaur 2026-02-23 18:38:29 +01:00
parent a20b2fe507
commit 93ae7cef36

View File

@ -1,7 +1,7 @@
# OnlyPrompt - AI Prompt Marketplace # OnlyPrompt - AI Prompt Marketplace
## Description ## Description
OnlyPrompt is a frontend web applications where people can sell their super crazy AI prompts. User can browse, filter, rate and unlock premium features, like chatting with creating for exclusive AI tips. OnlyPrompt is a frontend web applications where people can publish and sell their high-quality AI prompts. User can browse, filter, rate and unlock premium features such as private chats with creators for exclusive AI tips.
This project is built with with HTML, CSS and Java Script. This project is built with with HTML, CSS and Java Script.
@ -14,6 +14,8 @@ This project is built with with HTML, CSS and Java Script.
- ❤️ Save favorites (LocalStorage) - ❤️ Save favorites (LocalStorage)
- 📱 Fully responsive design (mobile & desktop) - 📱 Fully responsive design (mobile & desktop)
- 🌐 External API integration (e.g., RandomUser API for creator profiles) - 🌐 External API integration (e.g., RandomUser API for creator profiles)
- 💾 Client-side data persistence
- 🔄 Basic server communication (optional file-based backend)
- ... - ...
- Hinweis: muss mehrere interaktive Features aufweisen (z.B. Formular, Filter, Daten speichern) - Hinweis: muss mehrere interaktive Features aufweisen (z.B. Formular, Filter, Daten speichern)
- muss auf mobilen Geräten und Desktops nutzbar sein - muss auf mobilen Geräten und Desktops nutzbar sein
@ -23,16 +25,19 @@ This project is built with with HTML, CSS and Java Script.
## Installment (for local use) ## Installment (for local use)
1. Clone the repository
2. Open the project folder
3. Run with Live Server Extension
``` ```
code.... code....
``` ```
## Technologies, Libraries, Frameworks ## Technologies, Libraries, Frameworks
- HTML5 - HTML5 (Structure)
- CSS3 (+ Bootstrap/Tailwind) - CSS3 + Bootstrap/Tailwind (Styling & responsive layout)
- Vanilla JavaScript - Vanilla JavaScript (Application logic)
- JavaScript Libraries (e.g., Axios / jQuery) - JavaScript Libraries (e.g., Axios / jQuery) (API requests & DOM handling)
- LocalStorage for data persistence - LocalStorage (client-side data persistence)
- ... (beschreiben, warum wir es verwendet haben) - ... (beschreiben, warum wir es verwendet haben)
## Group members and their roles ## Group members and their roles