/minimum-coins

Calculate least number of coins from a given amount in sterling

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

minimum-coins

Calculate least number of coins from a given amount in sterling

  • Requirements

    • yarn
  • Running the app

  • change into the app directory then;

yarn install

  • To install the dependencies

yarn start

  • To Start the development server.(will open the app on your default browser)

yarn test

  • Starts the test runner and run tests.