Basic Portfolio

Link to my first deployed portfolio. Contains basic HTML and CSS formatting, including some external style sheets such as FontAwesome for social media icons.

Responsive Portfolio

Link to my "Responsive Portfolio". Makes use of media queries to allow the website to be responsive to different device and screen widths.

Hangman Game

Link to my "Word-Guess-Game". Very similar to the classic Hangman game and themed to the book and television series, "The Expanse".

Star Wars RPG

Link to my Star Wars RPG. Game mechanics programmed primarily using jQuery and JavaScript.

Mythology Trivia Game

Link to my mythology-themed trivia game. Programmed with jQuery and JavaScript, with an emphasis on time intervals.

Giphy App

Link to my Giphy App. This is a simple program that utilizes AJAX API calls to populate a web page with data.

Train Schedule App

Link to my Train Schedule App. Utilizes Firebase as a basic server-side storage platform for taking user input data and displaying it on the DOM.

Friend Finder App

Friend Finder application is meant to simulate a simple dating app. The application is implemented using a Node.js and Express server on the back end and the some jQeury and CSS styling on the front end.

Eat-Da-Burger App

This app is a burger logger with MySQL, Node, Express, Handlebars and Semantic-UI. This is my first basic app built that follows the MVC design pattern.