Skip to content
/ quizo Public

solve daily AI generated questions, reveal the secret word

Notifications You must be signed in to change notification settings

fdemir/quizo

Repository files navigation

quizo.me

Quizo is an interactive quiz application designed to generate and trivia like quizzes daily. The questions are generated by artificial intelligence. Each day 10 questions from over 40 topics are randomly generated to test yourself. It contains Redis, Drizzle, Postgres and Next.js. Using gpt4o model to generate questions.

Getting Started

Installation

  1. Clone the repository.
  2. Install the dependencies: pnpm install
  3. Set up environment variables: Create a .env file in the root of the project and add the variables at .env.example

Running the Application

Start the development server: pnpm run dev

LICENSED under MIT