A HTML+JavaScript application that generates mathematics problems randomly
Try it now on your browser!
http://msakuta.github.io/MathQuiz/index.html
- Install npm 12+
npm inpm run build- Prepare
.envcontaining the following keys to save statistics to Firebase
API_KEY=
AUTH_DOMAIN=
DATABASE_URL=
PROJECT_ID=
STORAGE_BUCKET=
MESSAGING_SENDER_ID=
APP_ID=
cd distnpx serve
npm start
This application uses following libraries.
- qrcode to render the QR code for user ID.
- Google Firebase / Firestore to store score statistics.