Skip to content

aekmekci72/QuizMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizMeAI

QuizMe is a web application designed to enhance test readiness and confidence by generating practice problems based on a user's study guide using Minstral AI. It uilizes adaptive learning based on user's performance and provides detailed feedback on each answer they provide.

Features

  • Adaptive Testing: Generates practice problems that adapt to the user's skill level.
  • AI-Powered: Utilizes Minstral AI to create diverse open-ended questions.
  • Feedback Mechanism: Provides insightful feedback on user responses to improve understanding for test content.
  • User-Friendly Interface: Built with React for seamless experience.

Usage

Option 1: Use the Live Website

You can visit the live version of the website at https://quizmeai.onrender.com/

Option 2: Run Locally

If you prefer to run QuizMeAI locally, follow these steps:

  1. Clone the Repository:
  • Clone the QuizMeAI repository to your local machine.
  1. Navigate to the project directory:
cd QuizMe
  1. Install dependencies:
npm install
  1. Start the development server:
  • Frontend:
npm start
  • Backend:
cd server
python server.py