Skip to content

x-swe/swe-quiz

Repository files navigation

Software Engineering Quiz Game

It has multiple difficulty levels and you will talk to an AI agent using Vapi AI.

Getting Started

Create .env.local:

Add these environment variables:

NEXT_PUBLIC_VAPI_PUBLIC_KEY=<pub_key_from_vapi_ai_website>
NEXT_PUBLIC_ASSISTANT_ID=<create_an_assistant_and_place_the_id_here>

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

About

Software Engineering Quiz

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published