imhardikdesai / Currency-Converter

Get fast and easy calculator for converting one currency to another using the latest live exchange rates.
https://currency-converter-live-app.netlify.app/
MIT License
2 stars 10 forks source link

[FEATURE] Live conversion #22

Closed urwah1248 closed 1 year ago

urwah1248 commented 1 year ago

Using react's hooks, this currency converter can work in realtime instead of waiting to press the convert button. So, I have removed the convert button and used useEffect to call the convert function whenever the amount, toCurrency or fromCurrency is updated.

image

netlify[bot] commented 1 year ago

Deploy Preview for currency-converter-live-app ready!

Name Link
Latest commit 30c2848b922a33de270fa1529fb2aa16ab24eb74
Latest deploy log https://app.netlify.com/sites/currency-converter-live-app/deploys/653e585772dedb0008349a0d
Deploy Preview https://deploy-preview-22--currency-converter-live-app.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

urwah1248 commented 1 year ago

@imhardikdesai I have made further changes to fix the bug.