M-Calculator Version 4
M-Calculator 4 is a fully featured scientific calculator written in pure C, no libraries (except ones I wrote). This is my first non-trivial project I created. If you're wondering why this is "version 4", it's because the other three versions were me trying to get the hang of trying to create a non-trivial program, and all of them failed for one reason or another. This project taught me a lot about how to create maintainable codebases.
Kingdom Kards Server
Kingdom Kards is a card game I invented which can be played with a standard deck of playing cards. I wrote a TCP server in Rust for online play, though with the way it is currently set up, the game must be hosted locally. In the future, I plan to use Tauri to add a GUI, but currently everything in on the command line.
Chef Suggest
Chef Suggest is a meal suggestion app I created for a family member. The user can create and edit a list of meals, then they can generate a list of meals using several filters. The project was written in Kotlin using Swing, and I plan to also create an Android app, integrating both of them using Firebase.