Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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