Portfolio

Screenshot of hangman game

Hangman

This is a Street Fighter themed hangman game I made for the first JavaScript homework in the boot camp. This application is pretty basic, but it is one of the projects that I am most proud of. I learned a ton in a short amount of time and created something I truly enjoyed out of nothing.
Screenshot of master the elements game

Master The Elements

I created this game during my time in the boot camp. It uses jQuery to add points based on which button the user clicks.
Screenshot of GifTastic

GifTastic

GifTastic is what I made for the first homework assignment that dealt with APIs. It utilizes the giphy API, and when a user clicks on a country, a request is sent to giphy with that country's name as the search value.
Screenshot of trivia game

Comic Trivia

This comic book themed trivia game was from the first homework assignment we had involving timers in JavaScript. I used an API to get randomized trivia questions.
Screenshot of Liri Bot

Liri Bot

Liri Bot is a node.js application that runs entirely in the terminal. It utilizes different node packet modules to retrieve different categories of data.
Screenshot of Bamazon

Bamazon

Bamazon is a node.js application that utilizes databases and SQL. It runs entirely in the terminal.
Screenshot of Beer!

Beer!

Beer! is a full-stack application that takes user input and interacts with the database. Users can add a beer they would like to drink and then drink it! Once they've drank the beer, it appears in a list on the other side of the page.
Screenshot of DevDen

DevDen

DevDen is a platform for developers to collaborate. This webapp was put together as group project in the boot camp. I was a member in a great team of four developers and we worked hard to make something we're proud of. My contribution to the project was mostly back-end work.
Screenshot of GoBunco

Go Bunco

Go Bunco is a project I have been working on by myself. With this application, I am aiming to bring the scoring of the game Bunco into the 21st century. I'm using the Socket.io library to establish socket connections between the server and the users to keep score in real time.