Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T15:44:18.000Z (over 1 year ago)
- Last Synced: 2023-03-05T19:22:46.294Z (over 1 year ago)
- Topics: css3, html5, vanilla-javascript
- Language: HTML
- Homepage: https://obrm.github.io/exchange-rate-calculator/
- Size: 68.4 KB
- Stars: 2
- 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