- A simple extension to get the correct Quizziz Game answers!
- TypeScript
- Node.js
- React
- Express.js
- Google API - Generative AI
- Clone the repository to your machine
git clone https://github.com/kev1n999/quizizz-hack-extension
- Install the dependencies
cd quizziz-hack-extension
--------------------------
cd backend
npm install
------------
cd extension
npm install
- Create a
.envfile in the backend folder and add a express.js server port and your gemini api key
PORT=3000
API_KEY=geminikey
- Build the project in extension folder
npm run build
5 . Add the extension on chrome
1. Go to chrome://extensions/ in developer mode
2. Click on "Load Unpacked"
3. Select the build folder
- The project is still under development and has many issues in its operation.
