PHP Project

<build a collectors app>

About the project

This project was a project I completed early on in the iO Academy course.

As with all the projects we completed on the course, this one was completed in a four-day sprint, using GIT for version control and having code peer reviewed at the end of each task and trainer reviewed at the end of each story.

The purpose of this project was to practice using PHP to access a database and display records on the front end. I achieved this using only PHP, HTML and CSS. I wrote unit tested functions to access and query the database, including validating and sanitising user input when adding to the collection.