QuizGPT helps you to create Kahoot quizzes using ChatGPT.
You can view a demo of QuizGPT on YouTube.
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.
Thanks to Travis Fischer for creating an awesome unofficial ChatGPT Node.js client!