No description
  • TypeScript 80.7%
  • CSS 18.1%
  • JavaScript 1.2%
Find a file
Sigfrid Stjärnholm 5889595854 Update again with pro
2023-06-06 15:12:02 +02:00
common Remove import 2023-04-23 10:59:49 +02:00
components Fix darkmode 2023-06-06 14:53:05 +02:00
pages Update again with pro 2023-06-06 15:12:02 +02:00
public Update question parsing 2023-01-12 10:21:54 +01:00
styles Fix darkmode 2023-06-06 14:53:05 +02:00
.eslintrc.json Initial commit from Create Next App 2022-12-28 00:56:58 +01:00
.gitignore Initial commit from Create Next App 2022-12-28 00:56:58 +01:00
next.config.js Initial commit from Create Next App 2022-12-28 00:56:58 +01:00
package-lock.json Update to GPT 3.5 turbo backend 2023-04-23 09:49:21 +02:00
package.json Update to GPT 3.5 turbo backend 2023-04-23 09:49:21 +02:00
postcss.config.js Initial commit 2022-12-28 00:58:28 +01:00
README.md Update README.md 2023-01-15 11:38:53 +01:00
tailwind.config.js remove darkmode 2023-05-02 17:32:42 +02:00
tsconfig.json Initial commit from Create Next App 2022-12-28 00:56:58 +01:00

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!