
Technical Documentation
HTML
CSS
JS

HTML
CSS
JS
React
HTML
CSS
Created following along with Ali Spittel's Intro to React live stream! First time really playing with React, was not as bad as I'd feared. Then I went a little further and figured out a way to have it pick a random color!
Node
MongoDB
Express
JS
HTML
CSS
Projects created while working through the Complete Node Developer course on Udemy. Using Node, Express, MongoDB, & others, I created a weather app, built a to-do API, & created a chat room!
HTML
CSS
JS
My own personal home page, filled with links I visit regularly. The greeting randomly selects an adjective from a list and updates morning/afternoon/evening depending on the time of day.
HTML
CSS
JS
jQuery
Pulls a random quote from a separate JSON file and displays it. Also provides the ability to create a Tweet sharing the quote. I created the JSON file with a ton of my favorite quotes to use for this project, and adjusted the styling to change coordinating colors when a new quote is generated.
HTML
CSS
JS
jQuery
Search Wikipedia for any category, and see matching search results that link to the articles. Can also get a random article to view. This was one of the first Free Code Camp projects I did that utilized API data.
HTML
CSS
JS
JS
Rust
Advent of Code is a daily puzzle game that happens every December. Each year, there's problems that deal with common math or algorithm puzzles, and each year's map creates a different picture. The puzzles are always challenging and feel so good to complete! In 2020, I also built a helper terminal command in Rust to create the day's files for me.