As part of my Web and Mobile Development II class, I was tasked with creating a travel site to a location I had lived in or visited. Beyond the research aspect of the development process, I also served as a full stack developer, working with both the php and database in the backend, but aslo the styling and user interface in the front end.
The challenge for this project was to include some sort of database implementation, and I chose to add a discussion board that allows site visitors to add comments to a shared forum that all viewers are able to see. Using an SQL database, the comments are stored so that they can populate the site on any device that loads it.