An open API service indexing awesome lists of open source software.

https://github.com/fdemir/quizo

solve daily AI generated questions, reveal the secret word
https://github.com/fdemir/quizo

ai-sdk docker drizzle nextjs postgres quiz redis

Last synced: 5 days ago
JSON representation

solve daily AI generated questions, reveal the secret word

Awesome Lists containing this project

README

        

# 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