LanceJernigan / Change-Vending-Machine

A vending machine that will output the smallest amounts of coins based on how much you are wanting to withdraw. Machine coin limits can be toggled on or off.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Vending Machine

A vending machine that will output the smallest amount of coins (euros) based on the amount input. You can toggle the machine limits on or off by clicking a button.

Setup

1. Download zip or clone repository to desktop.
2. cd to the project's base folder in a terminal and type 'yarn start' in order to view in a browser.
3. You can also run the test suite by typing 'yarn test' into a terminal at the base folder of the project.

The project was created using React Create App and uses React and Webpack for building as well as Jest and Enzyme for testing

About

A vending machine that will output the smallest amounts of coins based on how much you are wanting to withdraw. Machine coin limits can be toggled on or off.


Languages

Language:JavaScript 98.0%Language:HTML 2.0%