TestBuddy is a modern web application built with React, JavaScript, and CSS, integrated with Google Gemini Flash 2.0 (LLM) for intelligent quiz generation from uploaded PDFs. Designed for simplicity and speed, TestMINT enables users to generate dynamic quizzes with minimal input. it allows users to upload the pdf files ,to get quizes and flashCards.
- Frontend: React (CRA)
- Styling: Tailwind css
- Language: JavaScript
- AI Model: Google Gemini Flash 2.0
- State Management: React Hooks
- 📄 Upload PDF and generate quizzes and Flash Cards using Gemini Flash LLM
- âš¡ Input desired number of questions and get instant JSON quiz format
- 🧠LLM-powered quiz generation
- 🎨 Clean UI with CSS styling
- 🧪 Simple and developer-friendly architecture
git clone https://github.com/Shrinidhi857/TestBuddy-frontend.git
cd TestBuddy-frontendgit clone https://github.com/Shrinidhi857/TestBuddy-backend.git
cd TestBuddy-frontendnpm installnpm startOpen http://localhost:3000 in your browser.