Doubt Web Layout

Asked

Viewed 84 times

0

Guys, I need to make a layout like this prototype attached in the post, where are photos associated with a location sent by a mobile device, my doubt is as follows, which tools should I use for development? I intend to back-end using php to find the database coordinates that will be used on the map, but on the front end I don’t know if there is a library or framework to speed up development, because I don’t have much experience with web development.

inserir a descrição da imagem aqui

  • Um, so, this question qualifies as based on opinions. You need to have an idea of what needs to be done and have already tried something to request a response...

  • 1

    Hello @Marceloaymone, I will edit it then to be more specific, thank you!

2 answers

0


I have already made a similar batsante application here at the company, I did not use any tool to speed up development, even because I did not find any. I used CSS3, HTML5, LESS and Javascript for front and PHP for back.

One problem we had was about the map, we initially used Google Maps but there were many users and we ended up with the free API, unfortunately we had to migrate to Openlayers 3 to get out of Google Maps limitation.

Framework frontend exists the Bootstrap

  • Thanks for the tip!

0

This will depend a lot on your need. Using a framework like Bootstrap at first would take a while for the learning issue. In return it would help you to make your page responsive, and in the diagramming of the elements on the screen.

As your knowledge in front-end is low the learning range will be the same.

Take into account if it is a legacy system, because if it is try not to break too much of the standard.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.