Techni-Quiz is a MCQ-generator device powered by Gemini-API, Next.js and Node.js, which recieves a PDF-url from user and generates Multiple Choice Question for revision, learning and testing purpose.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Navigate to .env folder and paste your self generated API key after GEMINI_API_KEY= statement.
Demo-techniQuiz.mp4
➙ enter the required pdf url in the given space as shown in the below screen.
➙ After clicking on generate MCQ, 5 MCQs are generated, tick the most suitable answer and then at bottom select Show result
➙ The Correct answer is highlighted.
- Gemini API
- Next.js
- Node.js
- Tailwind css