Skip to content

Commit a241cb2

Browse files
committed
185 Forkify: README Update
- Hashed Links Added for [./src/js/index.js], [./src/js/views/listView.js], [./src/js/models/List.js], [./src/js/views/recipeView.js] and [./src/js/views/base.js] in Index at 7.7.14
1 parent 526db2f commit a241cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ Syntax -
154154
3. Updating Recipe Servings Using Event Delegation (<code>matches()</code> method): [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/e32619fc787b0afdcfb08d727fae6ef04e45faa8/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/e32619fc787b0afdcfb08d727fae6ef04e45faa8/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/e32619fc787b0afdcfb08d727fae6ef04e45faa8/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/e32619fc787b0afdcfb08d727fae6ef04e45faa8/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)
155155
12. Building the Shopping List (Data) Model Using <code>[uniqid](https://github.com/adamhalasz/uniqid)</code>: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/18b102cfc8ea5429fe7eee8996e4bb373273b8f8/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/List.js](https://github.com/Ch-sriram/JavaScript/blob/18b102cfc8ea5429fe7eee8996e4bb373273b8f8/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/List.js) | [package.json](https://github.com/Ch-sriram/JavaScript/blob/18b102cfc8ea5429fe7eee8996e4bb373273b8f8/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/package.json)
156156
13. Building the Shopping List View (Front-End): [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/2a1a9a40ea197ed63466c19a805e4191ebc0ce67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/views/listView.js](https://github.com/Ch-sriram/JavaScript/blob/2a1a9a40ea197ed63466c19a805e4191ebc0ce67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/listView.js) | [./src/js/models/List.js](https://github.com/Ch-sriram/JavaScript/blob/2a1a9a40ea197ed63466c19a805e4191ebc0ce67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/List.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/2a1a9a40ea197ed63466c19a805e4191ebc0ce67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)
157+
14. Building the Shopping List Controller: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/526db2f70dc76ade08ee13a1088aa78d5fa5fd9a/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/views/listView.js](https://github.com/Ch-sriram/JavaScript/blob/526db2f70dc76ade08ee13a1088aa78d5fa5fd9a/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/listView.js) | [./src/js/models/List.js](https://github.com/Ch-sriram/JavaScript/blob/526db2f70dc76ade08ee13a1088aa78d5fa5fd9a/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/List.js) | [./src/js/views/recipeView.js](https://github.com/Ch-sriram/JavaScript/blob/526db2f70dc76ade08ee13a1088aa78d5fa5fd9a/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/526db2f70dc76ade08ee13a1088aa78d5fa5fd9a/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)

0 commit comments

Comments
 (0)