TartarSauce / portfolio

MIT License
0 stars 0 forks source link

updated code to use JSON data and also refactored code per class-06 demo #7

Closed TartarSauce closed 8 years ago

TartarSauce commented 8 years ago
  1. Removed data.js, and replaced it with data.json. Validated the JSON data by running it through http://jsonlint.com/.
  2. Updated the portfolio.js file to use either $.getJSON or local storage to populate local data structures that populate the templates in the index.html file.