Portfolio
This is a burger logging application that demonstrates the use of ORM utilization, Handlebars, MySQL, Node, and Express.
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 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 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.