cobriensr / Dollar-Coins-App

A Dollar Amount Currency to Coin Converter

Home Page:https://dollar-coins-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dollars and Cents to Coins Converter

This application takes a currency amount in dollars and cents and then converts them to an amount only containing cents. After this conversion, it then takes the coins and breaks them down into the smallest amount of coins possible to represent that currency amount using the following coins:

  1. Quarters
  2. Dimes
  3. Nickels
  4. Pennies

It will return a string value that has the amount of quarters, dimes, nickels and pennies in an interpolated string representing the smallest amount of possible coins for that dollar amount.

Getting Started

To run this application locally, you can clone this repository and then run the following commands:

  1. npm install
  2. npm run dev

Navigate to localhost:8080. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

About

A Dollar Amount Currency to Coin Converter

https://dollar-coins-app.vercel.app/


Languages

Language:JavaScript 34.1%Language:Svelte 31.0%Language:TypeScript 29.4%Language:HTML 5.5%