In the previous part we added the first call to the async api to do search, now we will build on that to call more apis, and to add more components on the page to finish up the Display flows (i.e. what doesn't require writes / forms) : search this allows the user to find a specific food and choose to add an entry for it to their day to record that they consumed a specific portion of that food. show entries This feature is to allow users to see what they recorded as a list of entries, each entry represents a food the user added on a specific date. show progress bars The user will be able to set goals like how many calories, proteins, fats they want to consume daily and these bars will calculate from the entries they added how close they are to their daily goals reload entries & progress metrics when date change This is to provide the ability for the users to go back in history and see their entries. all this is in general similar to the steps I did before:
Blog about what I try or want to try.. while kids are sleeping !