Skip to content

moutamarakshit/RevMo.AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RevMo.AI

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.


🚀 Features

  • 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.

🛠️ Tech Stack

  • Frontend: React + Vite
  • Backend: Node.js + Express
  • AI Engine: OpenRouter / OpenAI GPT‑3.5‑Turbo
  • Styling: CSS Modules
  • Environment: dotenv, CORS

🔧 Getting Started

1. Clone the repo

git clone https://github.com/moutamarakshit/RevMo.AI.git

cd RevMo.AI

2. Setup & run the backend

cd ai-quiz-backend

cp .env.example .env

Edit .env and set your OPENAI_API_KEY:

OPENAI_API_KEY=sk-or-v1-YOUR_NEW_KEY

npm install

npm run dev

3. Setup & run the frontend

cd ../ai-quiz-generator

npm install

npm run dev

About

RevMo.AI is an AI-powered app that generated personalized quizzes with a variety of questions (MCQs, Fill-in-the-Blanks, Summary, and Short Questions to help users memorize and revise content quickly and efficiently!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors