JS Fetch

Fetch is a useful skill to learn in JavaScript. Until this point, we had learned the only way to retrieve data would involve refreshing the page. This format of code allows the site to pull information immediately from simple text…

Fetch is a useful skill to learn in JavaScript. Until this point, we had learned the only way to retrieve data would involve refreshing the page. This format of code allows the site to pull information immediately from simple text…

Using HTML, we made a temporary form to sign up for a free coding club. As it progressed, it became a personal form for a subject of our choosing. The boys and I have been tossing around the idea of…

A mostly JavaScript project about protecting your town from a dragon invasion. You can buy and sell gear, fight monsters, buy health pickups, and slay the dragon!

Tasked with creating an HTML page about a topic I fancy, I chose to cover my favorite band of all time: Megadeth. The site is a sort of biographical/blog about the band. It includes rankings, history, and polls.

HTML document of a cafe menu. Very rich in CSS elements to teach the basics.

Very basic HTML site about cats. Served only to introduce most of the important HTML elements.

Working calculator coded in HTML and JavaScript.