Web page that generates various sequences such as prime numbers, square numbers, times tables etc.
This wep app is currently hosted at https://number-generator-rb.herokuapp.com/
Clone this repo in your folder of choice and run the command npm i
to install node
modules.
After node modules have installed run the command npm run start
to run the project.