website to display WPIAL statistics
Two menus gather the user's choice of school and sport.
In addition, the user can choose "all" for schools or sports.
- Scraped data from a local website (post-gazette.com) using Jsoup’s API
- Data was analyzed in Java and statistics were written to HTML files in table format
- Website takes multiple inputs through drop-down menus and displays correct table by calling the HTML file containing the table using JavaScript