Chef Suggest

Chef Suggest is a meal suggestion app I created for my mom because she had a hard time figuring out what to make every week. It was originally a Python desktop application made using PyQt5, but I then migrated the codebase to Kotlin using the Swing library. I switched to Kotlin because I wanted to also create an accompanying Android app. Since the Android app is currently a WIP, I created a small web program which can be used in the mean time. I am going to use Compose Multiplatform so I can build to multiple platforms from a single codebase.