The app is called "Tablero Deportivo," which translates to "Sports Scoreboard." It is designed to provide a real-time scoreboard system for tracking sports game results. The application allows users to manage and display scores, game time, and other relevant information for two competing teams. To use the app, users can navigate to the main control panel where they can input team names, adjust scores, and manage the game timer. The control panel features buttons for starting, pausing, and resetting the timer, as well as options to increment or decrement scores for each team. Users can also switch between countdown and count-up modes for the timer and manage the current quarter of the game. A public display can be opened in a new window to show the current game state to an audience. The app is built using modern web technologies, including TypeScript and React, with Next.js as the framework for server-side rendering and routing. It utilizes Tailwind CSS for styling, ensuring a responsive and visually appealing user interface. The app also incorporates local storage for state management and real-time updates through custom events and message passing between windows. Key features of the app include: - A control panel for inputting team names and managing scores and game time. - Real-time updates to a public display that can be opened in a separate window. - Timer functionality with options for countdown and count-up modes. - Audio alerts for game events, such as the end of a quarter. - Connection status indicators to show the number of connected displays. - A debug information section for monitoring the last update time and connection status. Overall, "Tablero Deportivo" serves as a comprehensive solution for managing and displaying sports game results in real-time, making it suitable for use in various sporting events.
No tags
Last Updated July 23, 2025