Sebastian’s Status Report for 2/17/24
Weekly Accomplishments
This week I spent mostly becoming more comfortable with the flutter framework. I made a demo app following a tutorial to “Write your first Flutter App”. I learned to make new pages/tabs and work with the UI features of flutter. Below is a screenshot of the app that I have built (it creates a random word, and will generate more if you click next. It also has the ability to save words in a different favorites tab).
Next Week’s Goals
- Start developing actual app for sous-chef
- Connect a DB to the app and see how to persist memory in webapp using this framework