My first project was a full dive into JQuery and Javascript. I created Blackjack. While creating the game, I was also trying to keep in mind making the game mobile friendly as well as a great desktop app.

See the final product here See the code here

My second project was using the Mongo, Express, and Node stack. It was to showcase restful routing, and full create, read, update, and destroy functions. This was the first full stack application of the class. I also kept this application mobile responsive as well.

See the final product here See the code here

For my third project I wanted to make a more dynamic site. Using Mongo, Express, React, and Node, I created a MERN stack pantry application. Using React, you can dynamically create, update, read, and delete several areas of the website. With the website, I wanted to use more custom CSS than I had done on previous projects.

See the final product here See the code here

My final project for the class was a React on Rails tailgating app. I wanted to show how PostgreSQL can make complicated data models much more managable. By using Devise, I was able to created a secure login for users. Each user has privileged information based on whom is signed in. Also, I brought in a third party API for displaying current weather conditions. By using the agile approach to this application, I was able to break down complicated problems into much more managable pieces.

See the final product here See the code here