Skip to content

ritwickrajmakhal/quizai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUIZ AI

Create quiz game fast with Quiz AI powerd by Gemini.

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