Phrase Guess Game

phrase guess game

This is the first game I ever built! It is certainly no halo 3 but it was super fun nonetheless :)

This game was built using HTML, CSS, and JavaScript.

I utilized object-oriented principles to build a virtual Wheel of Fortune-style guessing game. There are three different screens: a start screen, gameplay, and end game screen depicting if you won or lost. Give it a try!

Node Express Portfolio

Node Express Portfolio

This is a portfolio site that was built on Node.js and Express. It showcases some small projects that I have worked on!

It also uses pug templates which is a template engine for Node which was a fun added touch. This app was deployed using Heroku.

Flickr Photo Search

Flickr Search

This is a project that uses the flickr API to search through photos.

It utilizes react features such as routing, props, fetching API data, and JavaScript ES7.