diff --git a/Images/team_view.JPG b/Images/team_view.JPG new file mode 100644 index 0000000..d5cf323 Binary files /dev/null and b/Images/team_view.JPG differ diff --git a/Images/teams_view.JPG b/Images/teams_view.JPG new file mode 100644 index 0000000..ae1b177 Binary files /dev/null and b/Images/teams_view.JPG differ diff --git a/README.md b/README.md index 57de9e0..4ad93a4 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,15 @@ ## About +Available online - [Click!](https://kubawajs.shinyapps.io/tpd-internationalfootballresults-shinyapp/) + InternationalFootballResults is an interactive application for the visualization of data containing the results of international football matches from 1872 to 2018. -View detailed statistics for the team or pair of teams. Filter data by date range, type of tournament or country in which the match was held. +![Team View](Images/team_view.jpg) + +View detailed statistics for the team or pair of teams. Filter data by date range, type of tournament or country in which the match was held. + +![Teams View](Images/teams_view.jpg) Data source: [International football results from 1872 to 2018](https://www.kaggle.com/martj42/international-football-results-from-1872-to-2017) @@ -29,11 +35,11 @@ Created with R version 3.6.0 and Shiny 1.3.2 * Basic layout ✔ * Barplot for percentage balance ✔ * Basic summary statistics per team/teams ✔ +* Add screenshots to readme ✔ ## TODO * Exception handling ⛔ * Country filtering ⚠ -* Fix for columns naming in data table ⚠ -* Add screenshots to readme -* Kind of map \ No newline at end of file +* Tournament filtering ⚠ +* Fix for columns naming in data table