GOOD EVENING WE ARE FROM UKRAINE.
We fight for democratic values, for freedom, for our future. We need your support. There are dozen ways to help us, JUST DO IT.
This project is a simple interpolation example of Simple Bilinear Interpolation and Simple Linear Interpolation. It was bootstrapped with Create React App.
For run project locally, use:
npm run start
For deploy project to github page, use:
npm run deploy
For run unit tests, use:
npm run test
All unit test report you can find at coverage/
folder.
For run test at watch mode, use:
npm run test:dev
For check eslint rules, use:
npm run lint
For auto fix all eslint bugs, use:
npm run lint:fix
Except where noted otherwise, files are licensed under the MIT License.