Project Type Code

A selection of coding projects I’m working on to improve my JavaScript skill level.

Forecast.io Project

Using Node.js, I created a program run on the command line that accepts a zip code argument. Then, it does the following: Uses a GET request to the Geonames.org API Returns the latitude and longitude for the postal code provided Uses…

Interactive Quiz Application

Quiz Project

As part of the Treehouse Object-Oriented JavaScript course, I built an Interactive Quiz Application that builds a quiz with three questions and two answers, tracks a user’s progress throughout the quiz, and displays their score at the end of the quiz.…

Basic To-Do List

A title image featured a pen resting on a blank sheet of paper.

One of the projects in the Treehouse Front End Web Development course is to wire up a To-Do List using JavaScript. I was able to make the to-do list fully functional as well as add some additional drag-and-drop functionality using the Sortable jQuery…