Skip to content

Kladdy/quizgpt

Repository files navigation

QuizGPT

QuizGPT helps you to create Kahoot quizzes using ChatGPT.

Demo

You can view a demo of QuizGPT on YouTube.

Getting Started

Make sure you have Node.js installed. To run this locally, you first need to install the dependencies. Run the following:

npm install
# or
yarn install

After that, you can run the following:

npm run dev
# or
yarn dev

Then you navigate to http://localhost:3000.

Credits

Thanks to Travis Fischer for creating an awesome unofficial ChatGPT Node.js client!