Effortlessly transform your JSON data into interactive Google Forms quizzes! With our user-friendly platform, generate customized quizzes in no time by simply uploading your JSON file. Perfect for educators, trainers, and event organizers, QuizCraft streamlines quiz creation and management, saving you time and effort. Get started now and unlock the full potential of your data!
There is a live version of the app hosted on quizcraft.mael.app. You can also run the app locally by following the instructions below.
- Clone the repo
git clone
- Install NPM packages
npm install
- Set the environment variables
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
- Run the app
npm run dev
- Open http://localhost:3000 to view it in the browser.