My Projects
C#
XAML
.NET
ISS Tracking App
2022
This is a cross-platform app built using Xamarin.
The app uses the Where the ISS at?
API
to get the latitude and longitude of the internation space station and displays it on a map.
The app displays the astronauts currently in space using the
People In Space API. The
app also displays the video live stream from the camera on the internation space station. The
app uses the
NASA Astronomy Picture of the Day API to display the APOD.
The app has the capability to save user entered locations and display them as a pin on the map.
Visit this project's code on GitHub
HTML
CSS
Java Script
Black Jack Game
2023
This is a black jack game built using JavaScript.
The base of this game was built following the Scrimba JavaScript course. I added a dealer to make the game more realistic/interesting, and added the player's chips mechanic.
Visit this project's website!
Visit this project's code on GitHub
Python
Wordle command line game
2022
Guess-My-Word is a command line clone of the popular word guessing game Wordle built in python.
Players are given six tries to guess a five-letter word. After each attempt, the program gives clues about the accuracy of the guess. The player uses the clues to adapt their responses.
Visit this project on replit!
Visit this project's code on GitHub
HTML
CSS
Java Script
JavaScript Demo Sites
2022
HTML
CSS
Portfolio Website
2022
Python
Alice and Bob
2022
Alice and Bob send each other letters in python. This is a demo of how classes interact with each other.
