-1
Guys, I’m developing a website for my first time with HTML + CSS + JAVASCRIPT technologies. I’m facing a lot of challenges, and looking to solve them in the best way possible.
I’m creating this layout.
Where the user data will be placed, each user has their own personal data, so I will call them in an external database that will reach the page in JSON format [links, names, tasks, titles, details, value_de_progress]but I don’t know how much data each User will have. For this reason, it is not something fixed, to solve the problem, passed in my mind to program the layout in javascript, because when the page is executed it will bring the user data and fill.
And I came across the following question:
There is only really this possibility, to make the data appear through javascript?
I’ve been watching youtube as an example because the video suggestions given by it is not a fixed thing, but something momentary that just by updating the page some videos are no longer shown!
I would like more research possibilities, because so far I have not found another way within my research
Okay, I’ll take a look, but yes, in this project I’m developing I’m making from scratch a lot of things, I’m already a programmer in other languages
– Samuel Sampaio