diff --git a/codes/Ch6_Extended-Session/Application Examples/README.md b/codes/Ch6_Extended-Session/Application Examples/README.md index 41fcaa2..c537d9d 100644 --- a/codes/Ch6_Extended-Session/Application Examples/README.md +++ b/codes/Ch6_Extended-Session/Application Examples/README.md @@ -1,37 +1,22 @@ -Application Examples -==================== +# Ch6 - Backbone Application Examples -This idea behind these application examples have been taken from "Net-Tutsplus". So the credit goes to Nettuts website -which provided the backbone application example. +This idea behind these application examples have been taken from "Net-Tutsplus". So the credit goes to Nettuts website which provided the backbone application example. You can have a look here. -The goal of this directory is to provide the basic understanding of the working application of Backbone.JS Application. +The goal of this directory is to provide the basic understanding of the working application of Backbone.js Application. -
    -
  1. Example 1 -
      -
    1. Perform Read operation (CRUD, R = Retrieve) on data.
    2. -
    -
  2. -
  3. Example 2 -
      -
    1. Perform Create operation (CRUD, C = Create) on data.
    2. -
    -
  4. -
  5. Example 3 -
      -
    1. Perform Delete operation (CRUD, D = Delete) on data.
    2. -
    -
  6. -
  7. Example 4 -
      -
    1. Perform Edit/Save operation (CRUD, U = Update) on data.
    2. -
    -
  8. -
  9. Example 5 -
      -
    1. Understanding the working of Backbone Router.
    2. -
    -
  10. -
+## Example 1: +* Perform Read operation (CRUD, R = Retrieve) on data. + +## Example 2: +* Perform Create operation (CRUD, C = Create) on data. + +## Example 3: +* Perform Delete operation (CRUD, D = Delete) on data. + +## Example 4: +* Perform Edit/Save operation (CRUD, U = Update) on data. + +## Example 5: +* Understanding the working of Backbone Router. \ No newline at end of file