Skip to content

Commit 5a5a038

Browse files
committed
193 Forkify: README Update
- hashed links added for index, likesView, searchView, listView, Like, List and base in Index at 7.7.18
1 parent 6cd0f0e commit 5a5a038

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ Syntax -
158158
15. Building the Likes (Data) Model: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/3163b9762c8f14a1eb775744457f57e296d4f7fc/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Likes.js](https://github.com/Ch-sriram/JavaScript/blob/3163b9762c8f14a1eb775744457f57e296d4f7fc/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Likes.js)
159159
16. Building the Likes Controller: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/38a3cfce6fe20a423ea9fe48e2775d56735c5cb2/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Likes.js](https://github.com/Ch-sriram/JavaScript/blob/38a3cfce6fe20a423ea9fe48e2775d56735c5cb2/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Likes.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/38a3cfce6fe20a423ea9fe48e2775d56735c5cb2/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)
160160
17. Building the Likes View (Front-End): [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/52454741f337e1c3b5ea3b1eb9d28850c14d4aac/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/views/likesView.js](https://github.com/Ch-sriram/JavaScript/blob/52454741f337e1c3b5ea3b1eb9d28850c14d4aac/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/likesView.js) | [./src/js/views/recipeView.js](https://github.com/Ch-sriram/JavaScript/blob/52454741f337e1c3b5ea3b1eb9d28850c14d4aac/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/recipeView.js) | [./src/js/views/searchView.js](https://github.com/Ch-sriram/JavaScript/blob/52454741f337e1c3b5ea3b1eb9d28850c14d4aac/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/searchView.js) | [./src/js/models/Likes.js](https://github.com/Ch-sriram/JavaScript/blob/52454741f337e1c3b5ea3b1eb9d28850c14d4aac/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Likes.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/52454741f337e1c3b5ea3b1eb9d28850c14d4aac/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)
161+
18. Implementing Persistent Data With <code>localStorage()</code> API and Implementing Delete All Shopping Items Functionality List's Model, View & Controller: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/6cd0f0ec2e710c9c9f3aebb6cfc804043148837e/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/views/likesView.js](https://github.com/Ch-sriram/JavaScript/blob/6cd0f0ec2e710c9c9f3aebb6cfc804043148837e/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/likesView.js) | [./src/js/views/searchView.js](https://github.com/Ch-sriram/JavaScript/blob/6cd0f0ec2e710c9c9f3aebb6cfc804043148837e/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/searchView.js) | [./src/js/views/listView.js](https://github.com/Ch-sriram/JavaScript/blob/6cd0f0ec2e710c9c9f3aebb6cfc804043148837e/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/listView.js) | [./src/js/models/Likes.js](https://github.com/Ch-sriram/JavaScript/blob/6cd0f0ec2e710c9c9f3aebb6cfc804043148837e/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Likes.js) | [./src/js/models/List.js](https://github.com/Ch-sriram/JavaScript/blob/6cd0f0ec2e710c9c9f3aebb6cfc804043148837e/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/6cd0f0ec2e710c9c9f3aebb6cfc804043148837e/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)

0 commit comments

Comments
 (0)