Welcome to my
Portfolio!

By Sean Brandon

I am excited to have you here and to present my projects and abilities thus far!
There are three tabs to choose from. The first being my more notable software application projects. The second has a selection of my more notable game development oriented projects. The third is my resume. Please enjoy and contact me if you have any questions at seanbrandon333@gmail.com

Movie Catalog

This is a movie cataloging app that I built using Flutter. Its main function is to allow you to log what movies you have seen or want to see in simple, organized, and easy to use lists that can be added to with ease. All the movies entries are stored locally using SQFlite

Blackjack Decision Maker

In this project I used an Agile methodology and a microservice architecture to develop a software that tells the user what the statistically best decision to make is in a game of Blackjack depending on the cards that they input. This project was a team effort and I used a teammates image path finding microservice. Also, when designing this, I was careful to make sure to follow the 8 cognitive style hueristics for software.

Exercise Tracker Web App

In this project I used CSS to design the entire application's appearance. I used MongoDB to maintain persistent data and I used REACT for the user interface. This app is an SPA (a single page application) which is achieved by dynamically modifying the current dom tree. In this single page application you can add, edit and delete exercises from the list.

Calculator App

This Calculator app was my first dabble in creating apps myself using Android Studio. My dad complained that there was no memory button on the default calculator that came with his phone so I decided to make one that he could use.