klleroy / RecipeBuddy

Search the Spoonacular API based to return Recipes and related ingredients.
https://jobu206.github.io/RecipeBuddy
MIT License
2 stars 7 forks source link

List save #52

Closed GregoryLanter closed 5 years ago

GregoryLanter commented 5 years ago

this one has changes for the map and its formatting as well as input validation.

LETS BE EXTRA CAREFUL WITH THIS ONE. I feel like i keep stepping on your code.

in INDEX.htm i added lines 215-254


Grocery Store Search


in style.css i added line 267-287

map-holder{

height:25px; margin-top: 15px; }

map-head{

height:90px; } .google-map-small{ height:20px; width:100%; } .google-map-tall{ height:400px; width:100%; } .address{ margin-left:40px; } .input_issue{ background-color: #cd0000; }

then more code in map.js and list-save.js

sitruks commented 5 years ago

looks like we added the same punctuation at the end of the search.js file, I have resolved the conflict