Purpose of the application is to return a smallest amount of coins (with defined denominations) that will sum up to a defined value.
See live demo here: maceq687.github.io/coins/
See change-making problem on wikipedia
npm install
npm run dev
npm run deploy