+ 1
Language choice
hey, I've been thinking of making a cook book app for my mother as a part of my learming curve. l've theorised that it should contain table of content(like any proper book), an option to add new recipe page( which contains title box, box for a picture of a meal with an option to upload your own picture, ingredient list and main recipe box). should html, css and javascript do the trick here or there are better options for that? i'd love to read your opinion on this topic
3 Answers
+ 3
If you want the recipes to be saved you need some kind of storage. You can use a file with JavaScript but a Database usually is better.
+ 3
This means you probably will need SQL to talk to the Database and also a backend language. It can be PHP, Python, Javascript, ...
+ 1
riight i've forgotten to include the most important part...