Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.4 KB

DFL Bundesliga Data Visualization

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.

Demo

https://tr3xxx.github.io/bundesliga-data-visualization/build/

Getting Started

To get started with this app, follow these steps:

  1. Clone the repository:
git clone https://github.com/tr3xxx/dfl-bundesliga-data-visualization.git
  1. Navigate to the project directory:
cd dfl-bundesliga-data-visualization
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start

This will start the development server and open the app in your default browser.

Deployment

To deploy this app to GitHub Pages, follow the instructions in the GitHub Pages documentation.

Contributing

If you want to contribute to this project, please follow the GitHub workflow and submit a pull request.

License

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.