DocuQuiz is a simple and user-friendly app designed to effortlessly convert your notes and documents into interactive quizzes.
Fork of Quiznote
Make sure to have the latest version of node.js installed(v22.5.1 at least) very important for the pdfToText function to work.
-
Clone the repo
git clone https://github.com/Abasshammed/DocuQuiz.git
-
Move to the cloned repo
cd DocuQuiz
-
Install dependencies from the directory path
npm install
-
Create your
.env.local
file and add Open API project keyNEXT_PUBLIC_OPENAI_APIKEY =
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run start