I’ve used Xcode and Android developer tools to create basic apps and understand how the software works in designing user experiences and interfaces.

I have linked to the GITHUB Repositories because there is no web-interactive version for showcasing work like this.

The Eater Quiz – this is a basic app that allows one to select yes or no to a few foods they like or dislike and determines if they are a picky eater based on tallied results.
Click here for the Github repository.

Table Views with Storyboard – this is a basic app that allows a user to select something such as a news article or a business location, and once selected will show a detailed description, location on a map, and link to said business or article.
Click here for the Github repository.

Table Views with SwiftUI – this is a basic app that allows a user to select something such as a news article or a business location, and once selected will show a detailed description, location on a map, and link to said business or article. The difference is the method of how it was created, using SwiftUI instead of Storyboard inside of Xcode
Click here for the Github repository.

Android Project – this app is built to be similar to the eater quiz app for iPhone, but was built using Android Studio.
Click here for the Github repository.