An open API service indexing awesome lists of open source software.

https://github.com/rrjanbiah/mockguru

A modern mock test platform for BITSAT, JEE, NEET, SNUCEE, SNUSAT, SRMJEE, UPSC, VITEEE, STEP+, and more. Paste CSV or markdown-style MCQs, configure your test, and practice with instant feedback. Built with Next.js
https://github.com/rrjanbiah/mockguru

ai chatgpt exam-practice jee mock-test neet nextjs upsc

Last synced: 25 days ago
JSON representation

A modern mock test platform for BITSAT, JEE, NEET, SNUCEE, SNUSAT, SRMJEE, UPSC, VITEEE, STEP+, and more. Paste CSV or markdown-style MCQs, configure your test, and practice with instant feedback. Built with Next.js

Awesome Lists containing this project

README

          

# ๐Ÿง  MockGuru

**MockGuru** is a sleek, mobile-friendly mock test web app built with **Next.js (Pages Router)** and **Tailwind CSS**. It helps students prepare for competitive exams like **BITSAT, JEE, NEET, SNUCEE, SNUSAT, SRMJEE, UPSC, VITEEE, STEP+**, and more by letting them upload or paste MCQs in CSV or markdown format, and take configurable tests with instant or end-of-test feedback.

---

## โœจ Features

- ๐Ÿ“ Paste MCQs in CSV or markdown format
- ๐ŸŽ›๏ธ Customizable test settings (pagination, timer, answer visibility)
- ๐Ÿ“„ Question formats: single or multiple correct answers
- โฑ๏ธ Countdown timer with sticky header
- ๐Ÿ“Š Result summary with explanations
- ๐Ÿ–จ๏ธ Print-friendly final result view
- ๐Ÿ“‚ Static SEO pages for each exam with syllabus and cheat sheets
- ๐Ÿงฉ Strong TypeScript typing and clean architecture

---

## ๐Ÿงช Sample CSV Format

```csv
exam,section,subject,question,option_a,option_b,option_c,option_d,correct_option,explanation
JEE,Physics,Mechanics,What is Newton's second law?,Force = mass x acceleration,Force = mass / acceleration,Velocity = mass x acceleration,Force = acceleration / mass,A,It's the fundamental principle of dynamics.
```

Supports multiple correct options like `A,C`.