Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 546 Bytes

File metadata and controls

25 lines (16 loc) · 546 Bytes

Signal Room Prototype

Static prototype for a Firebase-backed community request system.

Run locally

python3 -m http.server 4173

Open http://localhost:4173 and use the in-app demo session switcher to move between guest, member, and admin states.

Tests

npm test

The automated tests cover duplicate detection, ranking behavior, vote constraints, merge handling, and admin analytics calculations.

Files

  • index.html app shell
  • src/ app modules
  • assets/ static visual assets