This repository contains the front-end implementation for our multiplayer trivia game, inspired by the “Jeopardy!” format. The application is built using modern web technologies for seamless gameplay across devices.
- TailwindCSS styling for a fast and consistent design.
- WebSocket integration for real-time updates.
- Intuitive game interface with:
- Lobby management (player list, ready/unready toggle, start game).
- Interactive game board with categories and questions.
- Player actions like buzzing in and answering questions.
- Home Page:
- Join an existing lobby or create a new one.
- Lobby Page:
- Displays the player list, ready/unready status, and start game button.
- Game Page:
- Interactive question grid and action buttons for gameplay.
- React: Component-based UI library.
- TailwindCSS: Utility-first CSS framework.
- Vite: Fast development build tool.
- Zustand: A small, fast, and scalable bearbones state management solution.
This project is licensed under Apache 2.0 license. See the LICENSE file for details.