Language choice | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

23rd May 2017, 2:45 PM
lukkon
lukkon - avatar
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.
23rd May 2017, 2:52 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 3
This means you probably will need SQL to talk to the Database and also a backend language. It can be PHP, Python, Javascript, ...
23rd May 2017, 2:56 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 1
riight i've forgotten to include the most important part...
23rd May 2017, 2:52 PM
lukkon
lukkon - avatar