RevMo.AI – Memorize Faster, Revise Smarter
RevMo.AI is an AI-powered quiz generator that transforms any paragraph into MCQs, fill-in-the-blanks, and short questions, helping you study and retain information more effectively. Whether you prefer a quiz or just a summary of a long text, RevMo.AI caters to your needs and generates it according to your preferences.
- Generate MCQs: Multiple choice questions with correct answers.
- Fill‑in‑the‑Blanks: Cloze‑style questions for active recall.
- Short Answer: Open‑ended questions to test deeper understanding.
- Easy Toggle: Select one or more question types with a single click.
- Live Preview: See results as soon as the AI responds.
- Frontend: React + Vite
- Backend: Node.js + Express
- AI Engine: OpenRouter / OpenAI GPT‑3.5‑Turbo
- Styling: CSS Modules
- Environment: dotenv, CORS
git clone https://github.com/moutamarakshit/RevMo.AI.git
cd RevMo.AI
cd ai-quiz-backend
cp .env.example .env
npm install
npm run dev
- **Backend will be running at http://localhost:5000.
cd ../ai-quiz-generator
npm install
npm run dev
- **Open your browser at http://localhost:5173.