PROJECTS

Shot Caller

Are you thirsty and don’t know where to turn? Shot caller is an all-in-one solution to help solve your dry spell. This application helps the user find a good drink (with a sense of humor) and even teaches you how to make it. When you choose your booze, you call all the shots. Click here or on the image to view website.

React Movie Review

Share how you really feel about a movie! Users can read or write movie reviews, but more than that - they can share how they viscerally feel about a movie with a GIF. React Movie Review taps into the OMDB API to get the latest movie data that is searchable by the user. When users write their movie review, they have the option to enter a word describing how the movie makes them feel. At that point, GIPHY options pop up for the user to chose. Both the review and the GIF URL are stored so those with a login can view past movie reviews. Passport.js was implemented for login authentication. This app uses a Node and Express server and is backed by a MySql database and follows the MVC (Model-View-Controller) paradigm. Click here or on the image to view the website deployed to Heroku.

Weather Dashboard

This Weather Dashboard give you the current weather and three-hour forecast for cities all over the word. Simply type in the city and press the search button. To view a previously searched city, click the listed city on the left panel. Click here or on the image to view website.

Coding Quiz

This Coding Quiz asks user ten JavaScript questions with four clickable multiple choice answers. Once the user chooses an answer, a prompt appears letting the user know if the answer is "Corret" or "Wrong". There is a timer for 60 seconds on the top right corner Click here or on the image to view website.