feat: Initialize QuizMaster Live project
This commit sets up the foundational structure for the QuizMaster Live application. It includes: - Initializing a new Vite project with React and TypeScript. - Configuring project dependencies and build tools (Vite, TypeScript). - Defining core application types for game state, players, questions, etc. - Setting up basic Tailwind CSS for styling and defining custom animations. - Integrating with the Google Gemini API for AI-powered question generation. - Configuring environment variables for API keys and defining the application's metadata. - Adding a README with setup instructions and local development guide.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "QuizMaster Live",
|
||||
"description": "A real-time, multi-role quiz show platform. Features a Host dashboard for game management (with AI question generation), a mobile-first Player buzzer interface, and a cinematic Spectator display.",
|
||||
"requestFramePermissions": []
|
||||
}
|
||||
Reference in New Issue
Block a user