9394792242441429ceeea8065f7af1279b3d08a2
This commit introduces a lightweight, browser-based auction system. It consists of two main components that communicate in real-time using the `BroadcastChannel` API, enabling a serverless front-end experience: - `display.html`: The public-facing screen for attendees. It shows the current item, price with smooth animation, and deal announcements. It automatically generates a unique session ID. - `control.html`: The auctioneer's control panel. It uses the session ID from the display page to connect. It allows for managing the auction flow, including loading items from a CSV, starting bids, updating prices, and finalizing sales.
Description
A lightweight and customizable web-based display system designed for banquets, corporate events, and celebrations.
Languages
HTML
55.4%
JavaScript
28.9%
CSS
15.7%