Projects
Discover a diverse collection of my development projects. From websites and web apps to game mods and coding competitions, this space showcases the breadth of my technical exploration and creativity.
Portfolio Website
This website! Made with only what I learned in my first year of college as well as a few other technologies I picked up along the way. This website will be constantly updated with my latest projects and relevant work as a Full-Stack Web Developer.
HTML
CSS
JavaScript
Fontawesome
Documentation Website
An example of a documentation website I made during my second semester in NSCC using HTML, CSS, JavaScript and Tailwind CSS. This was the first time I built a wesbite using Tailwind. Getting the navigation selection to change depending on which section the user scrolled to was a bit of a challenge. I ended up having to learn how to use IntersectionObserver for the first time which allowed me to achieve the end result.
HTML
CSS
JavaScript
Fontawesome
Tailwind CSS
Weather App
This is a weather app I developed using the OpenWeather API and the OpenMeteo API at the end of my first year at NSCC. I tried to make it a clone of the Apple Weather App and in my opinion it looks pretty close.
HTML
CSS
JavaScript
OpenWeather API
OpenMeteo API
Adventure Game
A simple adventure game using Python, where each choice determines a different path to the story. The game uses a CSV file to read through the history and determine the next path and choice, making it completely customizeable by simply editing the CSV file.
Python
CSV Files