Presented at EducateHacks 2023, QuizForge is a tool for every student to succeed in their classes given limited resources. It makes a personalized quiz out of any text, pdf, or powerpoint in seconds, allowing students to study any piece of content with ease.
- Clone the Repository
git clone https://github.com/ameyalambat128/QuizForge.git
- Install all the node_modules
npm install
- Run the app on the development server
npm run dev