0
Good morning, I’m trying to develop a layout for a flight search site, hotels, car rentals. The layout structure will be similar to sites like https://www.booking.com and https://www.kayak.com.br/.
My question is, I noticed that these sites has a different view of the mobille version for desktop version. It’s not like it just adapts the screen information, it displays a distinct layout. So much so that the layout only changes in the mobile version if I refresh the screen.
With the best way to develop a layout like this. I thought to use the angular, would be correct?
What you might be looking for and responsive design, where the user screen size changes the content display.
– John Schmitz
The language you will use has nothing to do with the layout. Angular, Java, C#, Whatever. The language is indifferent. What you’ll need to study is CSS and perhaps (depending on the complexity of the layout) Jquery. Also has the possibility of you using some ready-made Thema, there are some free but most are paid (and in my opinion these are usually the most pleasing to the eye). Usually these Themas are already created to be responsive, use Bootstrap and a range of plugins already adapted to work without conflicts.
– Deividson Oliveira
@user140828 the little guy erased his answer and his answer was in it, if there is any way to reply again to me I’d appreciate it.
– Bruno Mathias