/multiply-quiz

A simple quiz to test your multiplication skills.

Primary LanguageJavaScriptMIT LicenseMIT

Multiply Quiz

A simple quiz to test your multiplication skills.

Note

This is a simple application I made for my kids to help them practice their multiplication skills. It's a simple quiz that asks you to multiply two numbers together.

Live demo

👉 Multiply Quiz

Screenshots

The following screenshots show the application in action:

Screenshot 1 Screenshot 2

Development

Below are the instructions for setting up the development environment.

Prerequisites

  • Node.js (v20.x.x)
  • npm (v10.x.x)

Installation

Clone the repository to your local machine:

git clone git@github.com:georapbox/multiply-quiz.git

Navigate to the project's directory and install the dependencies:

npm install

Running the application

To run the application in development mode, run the following command:

npm start -- --open

This will start the development server and open the application in your default web browser.

Building the application for production

To build the application for production, run the following command:

npm run build

This will create a dist directory containing the production build of the application.

Deployment

To deploy the application, run the following command:

npm run deploy

This will build the application first and then deploy it to GitHub Pages in the gh-pages branch.