This is a React.js app that visualizes data from the German Football League (DFL) Bundesliga. The app displays the league table from the last 12 years, all matchdays with results and goal scorer from the last 12 years and the top scorer each year from the last 12 years and allows users to select a specific matchday to view the results. The app also shows a leaderboard of the top goal scorers for the selected season. The data for this app is provided by the OpenLigaDB API.
https://tr3xxx.github.io/bundesliga-data-visualization/build/
To get started with this app, follow these steps:
- Clone the repository:
git clone https://github.com/tr3xxx/dfl-bundesliga-data-visualization.git
- Navigate to the project directory:
cd dfl-bundesliga-data-visualization
- Install the dependencies:
npm install
- Start the development server:
npm start
This will start the development server and open the app in your default browser.
To deploy this app to GitHub Pages, follow the instructions in the GitHub Pages documentation.
If you want to contribute to this project, please follow the GitHub workflow and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
I hope this helps! Let me know if you have any questions.