Odin Project: Calculator
Project Goals The goal of this project was to create a calculator that could perform basic operations with only two operands at a time. This meant that even if a…
Project Goals The goal of this project was to create a calculator that could perform basic operations with only two operands at a time. This meant that even if a…
This was the most challenging project I've had to do for the Odin Project so far. And the most fun! The main goal was to create a fixed area for…
This section of the site is a place for me to showcase various non-project assignments from the Odin Project. Most assignments will not appear here. The ones that do will…
Often, The Odin project will link out to other resources for reading material and active coding assignments. This was one of those times. This one came from MDN Web Docs.…
This is my first JavaScript project for The Odin Project. The first iteration was in the console, the second one had a basic UI, and this latest version has had…
The Landing Page is a project I did on the Odin Project to demonstrate the CSS Skills I learned by the point of the project. The purpose of the project…
I thought it'd be fun to showcase the flexbox exercises I had to do for the Odin Project on here. The goal was to take existing code in the exercises…
Project Recipes is the first official project from The Odin Project. My task is to create a basic HTML site to show off the following skills: basic HTML elements and…