Mearley1024 / Project2

0 stars 0 forks source link

Design UI/UX #10

Open Bigshmow opened 5 years ago

Bigshmow commented 5 years ago

using handlebars create the view for our pages, reference the brainstorm images in slack (these handlebars starter pages are in the views folder)

Bigshmow commented 5 years ago

For the most part the basic handlebars pages are created, there is some basic CSS written in the public/styles/styles.css to show the divs better. The questions are generated using javascript in the public/js/index.js file. That file also contains the questionArr with 5 questions and the starting point for pulling data from each answer. I think 5 ?'s is good.