/primes

A prime number multiplication table

Primary LanguageJavaScript

Primes

Calculating a table of prime number multiplications.

Build Status

Runing the project

The code can be viewed under https://claudiamatosa.com/code/primes.

To run locally

Install nodeJS, then run, from the root directory:

npm start

If everything has worked successfully, navigate to http://localhost:8000.

Testing

This app contains some unit tests. In order to run them, simply write:

npm test

The test files are contained next to the code itself.

Tools used