https://github.com/obrm/exchange-rate-calculator
Select countries to get the exchange rate for a specific amount
https://github.com/obrm/exchange-rate-calculator
css3 html5 vanilla-javascript
Last synced: 3 months ago
JSON representation
Select countries to get the exchange rate for a specific amount
- Host: GitHub
- URL: https://github.com/obrm/exchange-rate-calculator
- Owner: obrm
- Created: 2022-07-06T10:16:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T18:12:03.000Z (over 3 years ago)
- Last Synced: 2025-02-22T10:57:43.024Z (over 1 year ago)
- Topics: css3, html5, vanilla-javascript
- Language: HTML
- Homepage: https://obrm-exchange-rate-calculator.netlify.app
- Size: 72.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Exchange Rate
Select currencies to get the exchange rate for a specific amount
## Site
https://obrm-exchange-rate-calculator.netlify.app
## Project Specifications
- Display UI with 2 select lists for countries and 2 inputs for amounts
- Fetch exchange rates from API (https://api.exchangerate-api.com)
- Display the values for both countries
- Update values on amount change
- Swap country rates
#
Made as part of the course "20 Web Projects With Vanilla JavaScript" by Brad Traversy