mirror of
https://github.com/Kladdy/quizgpt
synced 2026-05-21 08:48:04 +02:00
No description
- TypeScript 80.7%
- CSS 18.1%
- JavaScript 1.2%
| common | ||
| components | ||
| pages | ||
| public | ||
| styles | ||
| .eslintrc.json | ||
| .gitignore | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
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!