These are some of the web projects subject is known to have created,
either independently or collaboratively.

Spartan Meet

×

This application is the result of the final group project in my University of Toronto bootcamp. It's designed for businesses to record and track the cost of meetings and was created using React, Moment-UI, FullCalendar, Express and MySQL, deployed to Heroku. It remains the most ambitious and also most technically complex app I have worked on so far.



Github

YourTune

×

YourTune is an application designed as a platform for streamers and youtubers to purchase music for their channels, and for musicians to sell their creations. It is the result of my second Bootcamp group project made with MySQL, Express, Handlebars, Sequelize and Axios.

Github

Megan-Drew Plumbing

×

Megan Drew Plumbing is the first professional website I designed, using Wix. I thoroughly enjoyed working on it but quickly realised the limitations of a website builder service, which pushed me to pursue actual web development.

Website

Wordle Clone

×

A clone of the popular game Wordle made using vanilla Javascript ES6, with a dictionary of (currently) over 360 words. Guesses are confirmed to be actual words via a fetch response from "freedictionaryapi". Proved to be a more challenging project than expected, but a welcome one.

Github Deployed Project

Ez Draw

×

An attempt at making a web-based drawing app made using p5.js. It's fairly bare-bones and buggy but it could be fleshed-out into a more impressive application if I decide to return to it at some point.

Github Deployed Project

Algo Compare

×

Algo Compare, an algorithm comparison application. Users choose the number of times they want a random number generation algorithm to shuffle a deck of cards using the Fisher-Yates shuffle, and the amount of time that the task took is output. Currently the only number generating algos that you can test and compare are the inbuilt Javascript Math.random and Xorshift.

Github Deployed Project