Trip App Final Project
This trip app was part of my final exam for my Android Application Development class. It uses Fragments to allow users to select which items they wish to take with them on their trip. As you can see from the video, the users inputted data is passed through out the fragments until the "Exit" button is clicked on the last Fragment which will terminate the app.

GitHub Link

RewardMe Side Project
RewardMe is a web application that uses a REST API microservice for the backend that connects to an h2 database. This application also uses a Springboot and thymeleaf microservice for the front end that accesses the database information through the REST API. As shown in the video, users can enter their own rewards in addition to the default rewards. The application will then give users a random reward.

REST API GitHub Link Web Application GitHub Link

Daily Bugle
This is my first completed website written in React and is for the fictional newspaper company shown in Marvel Comics - The Daily Bugle. All of its content is written from the point of view of the Editor in Chief of the Daily Bugle, J. Jonah Jameson.

I had a fun time learning React and making this website, and feel confident in saying that if I ever need to make a website again, I will definitely consider going the React route!

GitHub Link View Website