From 93ae7cef362988cb2695b36a1dc2cbd841332ff7 Mon Sep 17 00:00:00 2001 From: Isabelle Nachbaur Date: Mon, 23 Feb 2026 18:38:29 +0100 Subject: [PATCH] readme update --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 21abc77..c66c3bc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OnlyPrompt - AI Prompt Marketplace ## 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. @@ -14,6 +14,8 @@ This project is built with with HTML, CSS and Java Script. - ❤️ Save favorites (LocalStorage) - 📱 Fully responsive design (mobile & desktop) - 🌐 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) - 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) +1. Clone the repository +2. Open the project folder +3. Run with Live Server Extension ``` code.... ``` ## Technologies, Libraries, Frameworks -- HTML5 -- CSS3 (+ Bootstrap/Tailwind) -- Vanilla JavaScript -- JavaScript Libraries (e.g., Axios / jQuery) -- LocalStorage for data persistence +- HTML5 (Structure) +- CSS3 + Bootstrap/Tailwind (Styling & responsive layout) +- Vanilla JavaScript (Application logic) +- JavaScript Libraries (e.g., Axios / jQuery) (API requests & DOM handling) +- LocalStorage (client-side data persistence) - ... (beschreiben, warum wir es verwendet haben) ## Group members and their roles