An AI-powered online mock exam platform that simulates real exam conditions, generates adaptive questions, auto-evaluates answers, and gives deep performance analysis.
- Exam Simulator: Full-screen exam mode, timer, auto-submit.
- AI Question Generator: Generates questions by subject, chapter, difficulty using Gemini AI.
- AI Answer Evaluation: Instant scoring for MCQs, AI analysis for written answers.
- Smart Result Analysis: Performance insights, weak vs strong areas.
- Next.js (App Router, TypeScript)
- Tailwind CSS
- Clerk (Authentication)
- Prisma (SQLite Database)
- Gemini AI (Content Generation)
- Clone the repository.
- Install dependencies:
npm install - Set up
.envwith Clerk and Gemini keys. - Initialize DB:
npx prisma db push - Run dev server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.