As I'm into basketball, and especially the NBA, I created a NBA guessing game called NBAGrid. Every day a new game is generated where the user needs to guess a bunch of players that fit into a 3x3 grid.
The sources are on GitHub: https://github.com/monsdar/nbagrid
I chose PythonAnywhere.com to host the app as they're pretty easy to get set up and get something out there. Later on I plan on deploying to some of the hyperscalers so I can get some experience with a real-world application as well.
I know my way around Python pretty well, but it's the first real Django app I'm writing. So if there's anything in there to improve on please let me know.