A collection of the projects I'm most proud of
iOS Weather
[solo project] My quarantine activity was learning Swift! Native iOS app built using storyboards and consuming the OpenWeather API.
Stack: Swift
view code
Redemption Calculator
[solo project] Redemption calculator is an engine to determine whether to use miles or money for flights on Delta, American or United.
The main function accepts the value of one airline mile, the price in miles and the price in dollars and returns a boolean indicating whether miles are the better deal.
Mileage valuations from The Points Guy
Stack: React, Sass
view code
Password Generator
[solo project] Pseudo-random index generation from a pool of characters that is created from the user's selections. User's character selections are guaranteed via a validation function that will recurse until all requested character types are present. Styled to resemble the LastPass online generator.
Stack: React, JS, Material UI
view code
transferBuddy
[solo project] transferBuddy is a navigation app that tells travelers where to transfer on the NYC subway.
I built it primarily to strengthen my understanding of graph traversals and to learn to deploy a Python back end.
Stations are connected nodes, and the search algorithm is a breadth-first search that returns the shortest path between two connected stations.
Stack: Flask, React, Material UI
view code