Skip to content

maceq687/coins

Repository files navigation

React + TypeScript + Vite

Coins web app

Purpose of the application is to return a smallest amount of coins (with defined denominations) that will sum up to a defined value.
See live demo here: maceq687.github.io/coins/
See change-making problem on wikipedia

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Deploy gh-pages

npm run deploy