Write an application that takes numeric input (N) from a user and outputs a multiplication table of (N) prime numbers.
Clone the repo git clone https://github.com/RunGT/prime-number-multiplication-table.git
Install dev dependancies npm i
To run tests npm run test
To print the table in the terminal node main.js
To change n for the prime multiplication table, navigate to main.js line 32 and input a number into useInputNumberToCreatePrimeMultiplicationTable();
Currently 3 is the input
- Javascript
- Jest
-
Create a html page and render the table to the page using DOM. MDN Guide
-
Refactor for efficiency
-
Use Cypress for end to end testing, once the front end has been built.
-
More tests
I will be adding these features on a new branch.