jhenager / CoinCounter-

This application will take in currency number in (USD) and convert it into change needed in quarters, dimes, nickels, and pennies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coin Counter

coin-counter

This application will take in currency number in (USD) and convert it into change needed in quarters, dimes, nickels and pennies., 2020 ver 1.1.0

By Ian Gregg & James Henager & Tyson Lackey

coin-counter

Description

This application will take in currency number in (USD) and convert it into change needed in quarters, dimes, nickels and pennies.

Setup/Installation Requirements

  • Click on clone and clone this repo to your desktop.
  • From there navigate to desktop to where you cloned this repo.
  • Open the project up in Visual Code Studio.
  • In your terminal run npm install.
  • To build the project run npm run build.
  • To start the applicationtype In Visual Studio Code terminal npm run start.

Specs

Behavior Input Output
Quarters .25 .25
Dimes .10 .10
nickels .05 .05
pennies .01 .01

Known Bugs

  • No known bugs

Support and contact details

Technologies Used

The Technologies used in the making of this software was Chrome browser, Visual Studio editor, Mac, HTML, JavaScript, Webpack, CSS, Bootstrap, Json, Jest, Babel

License

Copyright (c) 2020 Ian Gregg & James Henager & Tyson Lackey

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This application will take in currency number in (USD) and convert it into change needed in quarters, dimes, nickels, and pennies.


Languages

Language:JavaScript 89.2%Language:HTML 10.8%