This is a program written using ReactJS to calculate the minimum number of rupiahs needed to make an amount inputted by user
Make sure you have installed all of the following prerequisites on your development machine:
Clone this package and run
npm install
on the root folder.
Run the application using
npm start
doing so will start a webpack-dev-server on localhost:8080 (default)
This application is using jest to test javascript code and Enzyme to test react component
npm run test
to watch
npm run test-watch
To bundle all the scripts to /dist folder
Run
npm run build
- Stewart Jingga - Initial work - Stewart Jingga