An app that uses the Punk Beer API to load in a list of beers that the user can search. Axios is used to make calls to the API and Redux is used to manage the state of the app. Users can search for beers, favorite them and unfavorite them. Favorited beers are stored in a MongoDB database on mlab. A Node.js/express backend is used to interact with the database.
A blog written in PHP and MySQL. Users can sign up and sign in to post and delete their posts. User input is validated for security.
A Giphy app using the Giphy API. Loads the trending images on start and allows the user to search for gifs. Makes AJAX calls using vanilla JS and Sass for styling.