parm530
4/5/2019 - 7:28 PM

MVC For Forkify

Model

  • Search.js
  • ajax calls to get recipes from search query
  • Recipe.js
  • List.js
  • Like.js
  • convention to use upcase or model name files

Controller

  • index.js

View

  • searchView.js
  • obtain the search query string from the search
  • displays the recipe from the ajax call
  • recipeView.js
  • listView.js
  • likesView.js
  • one view for every model (concept)