HadCoffee – Specialty Coffee Web App

HadCoffee is a web app for finding and tracking specialty coffee shops.

I built this project using a Laravel PHP & MySQL backend, and Vue frontend. It’s built around a database of curated specialty coffee shops and lets users search by location (either near to their current location or somewhere else), shortlist cafes, and rate the coffees they have.

I did the full stack development including design, testing and CI setup. The app has a Brisbane focus for now, but will expand into other areas over time.

You can read more about this projects development history and process on its development blog: blog.hadcoffee.com

Ceres Tag Website Development

Ceres Tag is a startup creating world first direct to satellite smart ear tags for cattle, wild animal and pest animal tracking. Launching in 2021, their technology will allow farmers and researchers to improve their efficiency and animal welfare through better insights into animals location, behaviour and health stats.

Ceres Tag logo

I worked with Ceres Tag to develop a digital style guide from their existing branding materials, and to build out their marketing website ahead of their commercial launch. We worked together to deliver a bespoke WordPress CMS based site, with particular attention to their branding, accessibility and the UX.

Design Touches

Ceres Tag were great to work with because they were willing to invest in the little touches that make their website (and other upcoming systems) that bit nicer for their users. Early on we explored developing a dark mode theme alongside the normal light version. They were really receptive to this addition to cater for the growing number of users that prefer a darker palette, including those that find themselves online later at night.

I developed a light/dark mode switcher that detects the user’s system preference to use as their default setting, while still allowing them to change the setting if they wish. We also paid attention to text and link colours in both modes to ensure that adequate contrast was maintained for AA accessibility standards.

Custom Loading Animation

loading animation based on logo elements In addition to the marketing website, Ceres Tag is also developing a customer dashboard which will give their users tools to manage their tags and connected software.

I created a reusable and loading animation based on their brand assets. This will be used on both the website and in their customer backend systems. The animation is a self contained SVG which allows for its colour and animation timing to be modified directly in the file without needing to involve external dependencies like the site’s own CSS.

WordPress API & Vue

The Ceres Tag will work with a number of third party software partners who are building on top of their platform. We wanted to be able to equitably list this partners without giving unfair preference to any of them. I developed a Vue component that uses the WordPress REST API to pull the details of each software partner and to randomise the order that they are displayed in.

The order is saved for each visitor for one week to avoid confusing users with a new random order on each page load. Different users visiting this page will each have their own random order generated allowing for fair prominence for each software partner.

Custom Blocks

I also created a few custom WordPress blocks (for the editor formerly known as Gutenberg) to help with easier publishing when using custom frontend components.

Feedback

Ceres Tag has had good feedback on the new website since it was launched. While they are pre-launch they already have a following of eager customers in wait who are excited to see developments like this as a sign of things to come with the product itself.

 

OzGrind Pricing Calculator

OzGrind Polished Concrete do a variety of polished concrete floors for their clients. To help those customers estimate the costs of the options I created an interactive cost calculator tool for their website.

Users can select from the various floor types and options, seeing photos of each and getting an instant price estimate. They also have the option of having the estimate emailed to them. This helps clients file and retain the estimate, and for OzGrind to follow up with the enquiry too, improving sales.

The frontend of the calculator is built with the Vue JavaScript framework, and it integrates into the WordPress installation.

Finskore VueJS App

Finska is a popular outdoor game where players take turns to throw a king pin to build a score of 50 first. Its rules are simple but keeping track of all the players’ scores on paper can be tedious.

I created a mobile friendly browser-based scoring app called Finskore to take the hassle out of scoring.

This was built partly as a learning exercise in the VueJS JavaScript framework, which makes rendering dynamic interfaces based on data easy. The interface collects players, tracks their total score and turn history and remembers whose turn it is.

The app is open source can run directly off a static file server for easy serverless hosting.