Website

http://www.mypetreference.com/

The website has received updates since I was on it, but much of what I contributed still seems to be present as of 2019.

About the Tech

My pet reference was built with WordPress, Backbone, handlebar templates, javascript, scss, and hand-crafted media queries. Grunt was used as a build tool for all the styles, scripts, and templates. Vagrant was chosen as our development container to keep the team's work consistent.

WordPress was used for the excellent content management and maintainability. This included some extra functionality with custom post types, making it easy to add extra layout options for our client. The front was completely done from scratch in order to get the snappiest possible experience. WordPress was removed from everything, except to serve up its data as json. The site itself was single-page style, loading all of its content through ajax, in an attempt to gain better load times, which found some successes.

My Role in this Project

I took over the project early in it's life, and was responsible from taking it from a proof of concept to completion - adding missing features, completing what was there, and fixing up any remaining issues. It was all done mobile first, with a special attention to the details of how everything looked and changed at different browser sizes. I did some extra thorough testing across a handful of different Android and IOS devices to ensure consistency everywhere.