This is a collectors app which retrieves data about Hexen, Heretic and Doom weapons from a database and displays their stats on a webpage.
It uses PHP and it also uses SQL for the database. I've also done a bit of unit testing which you can see in the tests folder. To run the tests install PHPUnit and run the command 'phpunit functions.php' whilst in the 'tests' directory.
To see the website in action, visit https://2021-paule.dev.io-academy.uk/Collectors-app/.