Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-Review web portal

Files:

  • index.html — user info form and first step
  • review.html — app review form and second step
  • dashboard.html — public dashboard with ratings, analytics, and app decisions
  • supabase.js — minimal helper for Supabase REST queries
  • schema.sql — SQL to create tables in Supabase
  • analytics.sql — SQL queries for dashboard analytics
  • .env.example — example env values

Quick setup

  1. In Supabase project, open SQL editor and run schema.sql.

  2. Copy .env.example to .env and
    set your SUPABASE_URL and SUPABASE_ANON_KEY.

  3. For a quick demo, open personal-Review/supabase.js and replace the two placeholder strings with your SUPABASE_URL and SUPABASE_ANON_KEY from .env.

  4. Serve the personal-Review folder (for example with a static server) and open index.html.

Flow

  • index.html — submit user profile.
  • review.html — submit app review.
  • dashboard.html — browse the public dashboard and analytics.

Security note: Do NOT commit your real .env with secret keys. Use server-side insertion or a secure build step for production.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages