Adderin / graph-czk-rate-d3

Rate's change of EUR-CZK from Fall 2019 to Spring 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.


Graph example

Alt-текст


Used libraries

d3 from https://d3js.org/ - lovely visual library

axios from https://www.npmjs.com/package/axios as data fetcher (however, after some minor issues decided to use standard fetch)

The program is simple. First, I fetched the data from open API, then mapped and sorted it. After that, I plotted the graph of CZK (Czech crown) to EUR (Euro).


To-Do

  • changing currency to compare

  • changing the timeframe to compare

  • changing graph type

  • changing graph color

About

Rate's change of EUR-CZK from Fall 2019 to Spring 2020


Languages

Language:JavaScript 76.0%Language:CSS 16.0%Language:HTML 8.0%