Open Source Project

SHED Trivia Showdown

An innovative real-time trivia game platform for the SHED LED display

Trivia showdown preview

Key Features

Real-time Interaction

Participate in live trivia games with instant feedback and dynamic question display on the SHED LED screen.

Community Engagement

Create an interactive experience that brings together the SHED community through friendly competition.

Live Leaderboard

Track rankings and scores in real-time, displayed prominently on the SHED screen for all to see.

Development Journey

First iteration preview

First Iteration

The initial version was built using HTML, CSS, and Vanilla JS, focusing on core functionality and user interaction. This prototype helped validate the concept and demonstrate its feasibility.

app.get("/", (req, res) => { res.sendFile(__dirname + "/files/index.html") })

The Express server setup allowed for simple HTML file serving, establishing the foundation for future development.

Want to Contribute?

This is an open-source project and we welcome contributions from the community.