Skip to content

AbassHammed/DocuQuiz

Repository files navigation

Logo

DocuQuiz

demo

DocuQuiz is a simple and user-friendly app designed to effortlessly convert your notes and documents into interactive quizzes.

Fork of Quiznote

🛠 Installation & Set Up

Make sure to have the latest version of node.js installed(v22.5.1 at least) very important for the pdfToText function to work.

  1. Clone the repo

    git clone https://github.com/Abasshammed/DocuQuiz.git
  2. Move to the cloned repo

    cd DocuQuiz
  3. Install dependencies from the directory path

    npm install
  4. Create your .env.local file and add Open API project key

    NEXT_PUBLIC_OPENAI_APIKEY =
  5. Start the development server

    npm run dev

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run start