Web application to help a child understand multiplication.
Grid of number from 1 - 144.
Clicking on a number (1-144) highlights the boxes and the multipliers of the selected number.
To identify the clicked and multipliers
- Clicked - red
- Multipliers - grey
The grid will display as follow
npm install
Runs the app in development mode
with automatic reload
if you make changes to the code. Open http://localhost:3000
to view it in the browser.
npm start
Application will get bundled into dist
folder.
npm run build
Tests are run using React Testing Library
framework.
npm test
I have used redux instead of context api just to prove that i am familiar with redux.