🚀 An AI-powered, gamified platform to help students prepare for GRE vocabulary through custom study plans, daily learning goals, interactive tests, and real-time progress tracking.
-
📚 Custom Study Plans
Users can select personalized GRE vocab preparation plans based on their timeline. -
🗓 Daily Word Allocation & Tests
Receive a daily set of words with corresponding practice questions and mini-tests. -
🧠 Weekend & Monthly Revision Tests
Structured revision cycles to reinforce memory and test retention. -
🎯 Gamification & Rewards
Earn badges and rewards by maintaining streaks and scoring above thresholds. -
📊 Progress Dashboard
Track daily streaks, test performance, and vocabulary coverage with visual graphs. -
🧾 Word Explorer
Detailed word cards with definitions, usage, mnemonics, and illustrative images. -
🤖 GRE Mentor Chatbot
Ask doubts and get instant guidance through an AI-powered assistant.
| Frontend | Backend | Database |
|-----------|-----------------|----------|
| React | Node.js & Flask | MongoDB |
-
Clone the repository
git clone https://github.com/your-username/gre-masterguide.git cd gre-masterguide
-
Install Dependencies Frontend
cd Frontend npm install npm start
Backend
cd Backend
npm install
npm run dev
Install python required libraries
- Run Website
Run Client
cd Frontend npm start
Run Backend Nodecd Backend npm start
Run Flask Servercd Backend-Flask python app.py