Football Web Application #14
I want to create a web application that collects information about football matches, displays past and upcoming games, visualizes statistics, and stores data in SQL. The application will use a Football API, Streamlit, and SQL. The program will do the following:
- Fetch data from a Football API about past and upcoming matches, teams, and statistics.
- Store data in an SQL database for efficient access and persistence.
- Display matches and stats using a Streamlit web interface with visualizations.
- Allow user interaction with filters for dates, teams, and leagues.
- Update data regularly to keep information current.