Skip to content

brismuth/math-per-minute

Repository files navigation

Math per minute

Based on preact-pwa. I wanted to get some exposure to progressive web apps, and after losing the math speed round in Jackbox Party Pack 3's trivia game, I decided to build a math speed test of my own.

Screenshot: ScreenShot

Features

  • Counts the number of addition and subtraction problems you can solve in a minute
  • Progressive web app
  • Mobile friendly
  • Offline support

Working with this project locally

Prerequisites

Make sure that Node v7 is installed.

Make sure that yarn is installed.

Instructions

First, clone the repo

$ git clone https://github.com/brismuth/math-per-minute.git

Then, install all dependencies:

$ yarn
$ yarn post-install

Finally, to run the project for development:

$ yarn dev

To run the project for production

$ yarn start

To run the project for production with docker

$ ./build.sh
$ docker run -d \
	--name math \
	-p 3000:3000 \
    -v /ssd_files/math/access.log:/usr/src/app/build/access.log \
    -v /ssd_files/math/logs/:/root/.pm2/logs/ \
	math

About

See how many math problems you can do in a minute!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published