Closed urwah1248 closed 1 year ago
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@imhardikdesai I have made further changes to fix the bug.
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.