Skip to content

Commit fc409c6

Browse files
committed
169 Forkify: README Update
- hashed links added for ./src/js/index.js, ./src/js/models/Recipe.js, ./src/js/views/recipeView.js and ./src/js/views/base.js in Index at 7.7.11.1
1 parent e1185a9 commit fc409c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,5 @@ Syntax -
148148
8. Building the Recipe (Data) Model [Part 1]: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/12afb85cbae2448ff0c870ccc79c9043ed1b8641/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/12afb85cbae2448ff0c870ccc79c9043ed1b8641/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
149149
9. Building the Recipe Controller Using the <code>hashchange</code> Event: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/60b1178c781d46a88fe466fd81c1ee12df540e67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/60b1178c781d46a88fe466fd81c1ee12df540e67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
150150
10. Building the Recipe (Data) Model [Part 2] Using the <code>eval()</code> and <code>map()</code> methods & <code>Map</code> object: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/c7ae0cd9d28a79a276b0bc70d5ee3c45d5bbcaf2/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/c7ae0cd9d28a79a276b0bc70d5ee3c45d5bbcaf2/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
151+
11. Building the Recipe View
152+
1. Looping inside a Template String to generate HTML: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/e1185a91466d52cd45487ad66338bf187d205618/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/e1185a91466d52cd45487ad66338bf187d205618/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js) | [./src/js/views/recipeView.js](https://github.com/Ch-sriram/JavaScript/blob/e1185a91466d52cd45487ad66338bf187d205618/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/recipeView.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/e1185a91466d52cd45487ad66338bf187d205618/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)

0 commit comments

Comments
 (0)