Projects
Chess
Embeddable Chess game built in vanilla Javascript. Built with modularity in mind to allow for future implementation of chess variants.
JobTracker

Hybrid web application allowing users to store and track job applications and interviews.

Backend built in Django REST with the front end consisting of a single page react application served by a second Django app that also handles users. Bootstrap is used for styling.

Provides conditional styling to indicate application status, notifications to follow up on applications over two weeks old and a consolidated personal interview calendar built with react-calendar.

FairWeather
screenshot of fairweather app

Single page application showing football scores. Scores the user doesn't want to see are hidden - i.e. losses for their team and wins for their rivals. Excuses for why the score isn't shown are picked at random.

Built using the react-create-app environment, making requests to API-sports' football API.

Cookies handled in vanilla javascript, responsive styling created using vanilla css.

Live demo will only display score data during the football season.