This is a monorepo containing several of my applications and libraries. Technologies used:
A geography app featuring a country explorer and a configurable quiz. Test yourself on national flags, capitals, or country names from any part(s) of the world you like and receive a score based on your performance.
It has no back-end (at least for now), but uses both the REST Countries API for country data and the MediaWiki API for country summary data.
A kitchen management app where you can add your favorite dishes, group them into meals, and plan your weekly menus. It uses Firebase for authentication and the database.
A dictionary app for the board game Lorenzo il Magnifico. All the game data is hard-coded and it uses the browser's LocalStorage API for state management.
A setup generator for the board game Spirit Island by R. Eric Reuss. Spirit Island is a modular game with many different configurations that add interesting variety and challenge. This tool removes the burden of having to calculate these configurations manually by instantaneously generating randomized game setups tailored to players' prefences.
Generic, well-tested collections of code. Minimally opinionated for maximum reusability.