My Portfolio

I am an aspiring full-stack developer based out of Toronto, Ontario. This portfolio lists some of my most recent work. Links to relevant Github repo and deployed apps below!

Sample Apps


Coronavirus
Simple Coronavirus Dashboard

This is a simple Coronavirus Dashboard built in HTML, CSS, Javascript and Jquery in the front-end. Bulma is used as the front-end framework and server side APIs and a third-party API were used to pull data

Github Repo Functioning App
Coronavirus
Simple Weather Dashboard

This simple application retrives data from another application's API and uses it in its own context. In this case, we're retrieving data from the OpenWeather API to retrieve weather data for cities. All persistent data is stored in localStorage.

Github Repo Functioning App
Coronavirus
Simple 9-6 Scheduler

This is a simple calendar application that allows the user to save events for hours 9 - 6 pm of the day. This app will run in the browser and feature dynamically updated HTML and CSS powered by jQuery.


Github Repo Functioning App
Coronavirus
Simple Password Generator

This is a random password generator that generates an output based on user defined inputs. The end password generated is between 8 and 128 characters in length. This program is built using Javascript functions.

Github Repo Functioning App
Coronavirus
Fun TTC Quic

This is a fun quiz built using HTML, CSS, Javascript and Jquery. The quiz asks a series of questions, saves replies and generates the final score based on user replies.


Github Repo Functioning App
Coronavirus
Note Taker

This is an application that can be used to write, save, and delete notes. This application uses an Express backend and saves and retrieves note data from a JSON file.


Github Repo Functioning App