Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 364 Bytes

CurrencyConverter

To start type npm install on CLI

then npm start

it'll automatically start your dev server on 3000 port and you can goto the browser and type

localhost:3000

and see the currency connveter running.

code for Currency conveter is in the file StylishCurrencyConvertor.js Feel free to modify it, style it and play with it as you please.