/quizai

Your Intelligent Quiz Companion

Primary LanguageJavaScript

QUIZ AI

Create a quiz game with AI

quiz_ai_demo.mp4

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Installing

A step by step series of examples that tell you how to get a development env running

git clone https://github.com/ritwickrajmakhal/quizai.git
cd quizai
npm install

Create a .env file in the root of the project and add the following

REACT_APP_GEMINI_API_KEY=
REACT_APP_STRAPI_API_URL=
REACT_APP_GOOGLE_CLIENT_ID=
REACT_APP_SECRET_KEY=
REACT_APP_STRAPI_API_KEY=
REACT_APP_HUGGING_FACE_API_KEY=

Run the project

npm start

Built With