I want to present my project MealMate The idea came from a simple everyday situation - I open my fridge, look with frustration at the ingredients and have no idea what to cook. So I decided to create AI assistant that would give meal suggestions based on the ingredients that I have in my fridge. While creating this project I have faced a lot of technical problems. The biggest problem was that Passwords were saved as a strings but compared as a integers. I didn't know that and spend 1 day debugging. At the end of this small journey I built app with auth, login functions, virtual fridge and connected AI that suggests meal based on the ingredients. I used React Native to create user interactive part, Flask to create server, PostgreSQL to manage data of users. It still needs some polishing. For example, I can add dietary restrictions to remove some ingredients and restrict suggestions. But I'm proud of what I built. And I'm planning to keep improving and add more functionality.