What is Custard
Custard (joincustard.co.uk) is a modern cashback and rewards site that allows users to earn money through shopping, surveys, playing games, and completing "RapidPay" tasks (which payout faster than other offers). It acts as an aggregator of affiliate offers, presenting them in a highly categorised, user-friendly interface.
Accessible keyboard navigation
The site is easily usable by a keyboard. A User can tab through the menu and the hover only popup opens due to the handy `:focus-visible` selector. This lets you tab through the menu and it's child list of links.
.dropdown-container {
display:none;
}
.has-dropdown:focus-within .dropdown-container,
.has-dropdown:hover .dropdown-container {
display: flex;
}
Savings Calculator
I created a nifty savings calculator tool for both Custard and the Custard App. It allows users to select various categories of products to estimate how much money the Custard App could earn them in cashback

Admin Change Log
I enhanced the previously existing changelog admin feature to show a pretty human readable format of the json data of changes made and added search, filtering sorting and pagination to make it easier to use.