interactive multimedia WEB | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

interactive multimedia WEB

how to make responsive WEB which contains so many games for children?

5th Sep 2017, 6:32 AM
Alif Malik Budiyono
Alif Malik Budiyono - avatar
1 Answer
+ 17
First you need an I/O back end system, giving the ability to store/retrieve your data easily. You must pay some time to it though before you start writing code. You could either store games as separate files in folders or as reference urls to original locations etc... Pick what's more convenient and flexible for your case. Then using technologies like AJAX retrieve all stored data (or parts of it depending your system) and display into a responsive grid page. Tip for responsive : use media queries, percentances or viewport references. (You could also scrape games from other popular sites...)
5th Sep 2017, 6:40 AM
Valen.H. ~
Valen.H. ~ - avatar