Skip to content

A web application build in Dash, which monitors currency rates

Notifications You must be signed in to change notification settings

szymcio32/currency-monitor-dash-app

Repository files navigation

Currency monitoring - Dash application

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

Setup

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

Example of app

Main app:

example-1

After selecting four currencies

example-2

Technologies

  • Python 3.7.0
  • Dash 1.0.1
  • HTML / CSS

About

A web application build in Dash, which monitors currency rates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published