This project was made with pure Javascript and HTML.
git clone https://github.com/mateusbw/salestaxes
cd salestaxes
to install the dependencies run:
yarn
or
npm install
To run the project, open the index.html file on your favorite browser.
Follow these steps to run tests:
$ yarn test
or
npm run test