/some-teams

Primary LanguagePHPMIT LicenseMIT

Some Teams

by Adam Welin

This website is a hand-in assignment for Yrgo WU23. Deadline 2023-10-06.

Requirements

  • The data you will be using is in data.php.

  • Create a index.php file, which uses other .php files to create a web page.

  • one file should contain a html head section which links to a .css file.

  • one file should echo the total number of teams in the data.

  • another file should print out all the data into a nice html table.

  • and the last file should display all the unique city values that exists in the data.

  • The project should not print any HTML within PHP strings.

  • The project should not include any coding errors, warning or notices.

  • The repository should have at least 7 commits and not just one big commit.

  • The repository should contain a README.md file with documentation.

  • The repository should contain a LICENSE file. Preferably MIT.