Giter Club home page Giter Club logo

backbone-booksnstuff's Introduction

Basic CRUD Application

Objectives

After completing this assignment, you should be able to:

  • Breakdown a simple sequence of procedural steps into a series of statements in JS
  • Use Backbone Router to listen to the hash and render different UI's
  • Use Backbone Models + Collections to fetch data
  • Successfully render data to the page in a formatted layout

Details

Instructions

  1. Clone this repository
  2. All data is feteched from: https://www.googleapis.com/books/v1/volumes?q=subject:«subject-name». Examples:

Deliverables

  • A page that dynamically fetches and renders data based on information in the hash route

Requirements

  • An application that uses Backbone Collections to fetch JSON data from the Google Books API using AJAX requests.
  • An application that shows requests data from different URL endpoints depending on what is in the hash-route

Normal Mode

Create a simple application that fetches data from the Google Books API. It should have buttons for navigating the various endpoints. The routes should be as follows:

  • #books/«genearl-category»/«sub-category»
  • #books/«general-category»
  • "" (home route)

Explorer Mode

Add a search feature.

##Adventure Mode Add the UI logic for breadcrumbs and a sidebar based on the results.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.