Application is responsible for monitoring currency rates from 2019.
It has a graph, which dynamically change according to user inputs(base currency, currencies, start date, end date) The graph shows all picked currencies and compare them to base currency. It has also a dynamic table, which shows last five rates for all picked currencies.
The rate data is taken from foreign exchange rates API: http://exchangeratesapi.io/
The purpose of the project was to learn how to build and deploy Dash application
Clone the repository, install packages from requirements.txt and run the app
git clone https://github.com/szymcio32/currency-monitor-dash-app.git
cd dash-app
pip install -r requirements.txt
python index.py
Main app:
After selecting four currencies
- Python 3.7.0
- Dash 1.0.1
- HTML / CSS