Skip to content

Effortlessly transform your JSON data into interactive Google Forms quizzes.

License

Notifications You must be signed in to change notification settings

Pixselve/quizcraft

Repository files navigation

QuizCraft

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!

Usage

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.

Prerequisites

Installation

  1. Clone the repo
    git clone
  2. Install NPM packages
  npm install
  1. Set the environment variables
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
  1. Run the app
     npm run dev
  2. Open http://localhost:3000 to view it in the browser.

Screenshots

demo.png demo-google-forms.png