About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
parm530
4/5/2019 - 7:28 PM
share
Share
add_circle_outline
Save
MVC For Forkify
mvc.md
content_copy
file_download
Rendered
Source
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)
clear