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
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.
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.
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.