An open source version of kahoot
Find a file
2026-01-13 08:04:11 -07:00
components List incorrect reason as well 2026-01-13 08:04:11 -07:00
hooks List incorrect reason as well 2026-01-13 08:04:11 -07:00
services Reason working 2026-01-13 07:55:17 -07:00
.gitignore Initial commit 2026-01-13 07:23:30 -07:00
App.tsx List incorrect reason as well 2026-01-13 08:04:11 -07:00
constants.ts Initial commit 2026-01-13 07:23:30 -07:00
index.html Initial commit 2026-01-13 07:23:30 -07:00
index.tsx Initial commit 2026-01-13 07:23:30 -07:00
metadata.json Initial commit 2026-01-13 07:23:30 -07:00
package-lock.json Initial commit 2026-01-13 07:23:30 -07:00
package.json Initial commit 2026-01-13 07:23:30 -07:00
README.md Initial commit 2026-01-13 07:23:30 -07:00
tasks.md Initial commit 2026-01-13 07:23:30 -07:00
tsconfig.json Initial commit 2026-01-13 07:23:30 -07:00
types.ts Reason working 2026-01-13 07:55:17 -07:00
vite.config.ts Initial commit 2026-01-13 07:23:30 -07:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1N0ITrr45ZWdQvXMQNxOULCmJBQyaiWH8

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev