Skip to content

RAgerone/BackTREK

 
 

Repository files navigation

BackTREK

Introduction

For this project I used the TREK API, using Backbone to build an application that can handle data in complex ways.

We'll be reusing the TREK travel API, documented here. The core purpose of the website will be the same, but we'll use Backbone to better organize our code and to provide all sorts of extra functionality.

With this application, you can add trips, view trips, and reserve trips. It also has the functionality to let you filter trips by price, name, continent, category, duration and id.

Setup

  1. Clone the repository
  2. Install depenencies in your repository
yarn install
  1. Serve front end with Webpack
yarn start

Learning Goals

  • Generate HTML using Underscore templates
  • Use Backbone and jQuery to work with a complex API
  • Manage application data using Backbone models and collections
  • Build an attractive, robust, and feature-rich user interface

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.1%
  • CSS 9.9%