Loading repository data…
Loading repository data…
dyneth02 / repository
RecipeRealm is project that I have built in Year 1 at SLIIT. HTML/CSS/JS pages for premium gallery, item preview, community blog, blog submissions, add recipe/post, admin dashboard, user profile, and FAQ. Ready to open directly, serve via Live Server, or drop into XAMPP htdocs.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README_RecipeRealm_Frontend.md
A static frontend prototype for the RecipeRealm website built during SLIIT – Year 1 (Semester 2). It showcases UI/UX for core flows (recipes, blogs, premium views, admin, user profile) using HTML, CSS, and a little vanilla JS. Works on any static server or via XAMPP’s htdocs.
Pages you can open directly in a browser:
Premium_User_Account.html – premium gallery + filters, counters and CTA.item_preview_page.html – single recipe preview page with rating stars & tags.Add_Recipe.html – create recipe form with category/tag groups.Add_Post_Page.html – write blog post (title/body + side stats).Blog_Submissions.html – list of previously submitted blog posts.Community.html – community blog feed (cards/posts).User_Profile.html – account details, password-change request.Admin_Dashboard.html – admin KPI tiles & overview widgets.faq.html – simple accordion FAQ.Each page shares a consistent header/footer and references
../utility.cssand an/imagesfolder used by the mock UI.
RecipeRealm-Frontend/
├─ pages/
│ ├─ Add_Post_Page.html
│ ├─ Add_Recipe.html
│ ├─ Admin_Dashboard.html
│ ├─ Blog_Submissions.html
│ ├─ Community.html
│ ├─ Premium_User_Account.html
│ ├─ User_Profile.html
│ └─ item_preview_page.html
├─ styles/
├─ scripts/
└─ images/
Option 1 – Open directly
Double‑click any *.html page to preview (works for most pages).
Option 2 – VS Code Live Server (recommended)
Premium_User_Account.html → Open with Live Server.Option 3 – XAMPP (Apache)
C:\xampp\htdocs\RecipeRealm-Frontendhttp://localhost/RecipeRealm-Frontend/pages/Premium_User_Account.html./styles, /scripts, and /images with relative paths fixed.D G A D HIRUSHA
