←back to thread

61 points heygarrison | 1 comments | | HN request time: 0.245s | source
1. mimim1mi ◴[] No.41846231[source]
mindblowing tool. i've attempted to create a react app to plan meals. each meal consists of several recipes, each recipe of several ingredients. user can edit ingredients with their nutrition values and build recipes from multiple meals etc. then added a navigation bar with multiple pages and a sqlite database. after adding the sqlite database I ran out of free tokens and there were some errors preventing the app from running. but until this point there was a functional app to edit ingredients, recipes and mealplans without data persistence that was created in ~15minutes. pretty cool! i'd love to play more with it, maybe tomorrow if I get some free tokens again.