Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 517 Bytes

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