Portfolio


A GIF of a burger logging application Repository Deployed

This is a burger logging application that demonstrates the use of ORM utilization, Handlebars, MySQL, Node, and Express.

A GIF of my budget tracker application Repository Deployed

A budget tracking application that works offline thanks to the help of a service worker and the browser's indexedDB. All the input data is stored in a MongoDB database when the application is online.

A GIF of my README generator in action Repository Video Demo

A command line professional README generator. The user is asked a series of questions about their project using the Inquirer npm package. Once the questions are completed a professional README is created. It even includes a license badge.

A GIF of my Seahawks fan forum project. Repository Deployed

A Seahawks fan forum. Users can make an account and post videos and comments about everything Seahawks. This was a group project that was made with Handlebars, passport.js, express.js and mySQL.