Skip to content

jyockey/pets-api-exercise-backbone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone with Pets API

Create a single page application, using backbone, to interact with the Pets API. Instead of having static data written in app.js and losing data any data entered through the browser,

This is an exercise to practice integrating an API into a backbone application while building the model, controller and views. This exercise will not be turned in.

Learning Goals

  • Review creating backbone components
    • Models
    • Controllers
    • Views
  • Use backbone to read data from an API
  • Create and update data to an API, through backbone

Setup

  • Fork and clone this repository
  • cd into pets-api-exercise-backbone
  • Run npm install and npm start in terminal

Requirements

Files for the Backbone components and some HTML has already been setup for you. Review the index.html and the /src/app directory before starting.

Utilize the available endpoints of the Pets API to implement the following features (prioritize bolded items):

  • Show a list of pets
  • Show information on a specific pet
  • Create a new pet
  • Delete a pet
  • Update if a pet has been vaccinated

About

Practice connecting an API to a Backbone Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.5%
  • JavaScript 6.9%
  • HTML 5.6%