Giter Site home page Giter Site logo

trek's Introduction

TREK

TREK is an application that displays information on travel packages and allows users to reserve spots on a specific trip.

This is a stage 2 individual project.

Learning Goals

  • Reading data from an API using AJAX
  • Posting data to an API using AJAX
  • Building dynamic elements on a page with jQuery

Description

You will build a web app that will query data from an api, using AJAX, to display a list of trips and view more information on a specific trip. While viewing a specific trip, you can claim your spot by sending data back to the API.

All of this should be done without ever having to reload the page. In other words, TREK will be a single page application and will only need one html page (index.html).

The API

View the Travel API's documentation.

Requirements

  • Wave 1: Click button or link to show all trips
  • Wave 2: Can click on a trip, from the list of trips, to see more information about that trip
    • Should be able to see id, name, destination, continent, about, category, weeks and cost
  • Wave 3: While viewing a single trip, you can reserve a spot
    • Use a form to submit your name to reserve a spot on the trip you are viewing.
  • For All Waves
    • Any errors encountered while interacting with the API shall be politely reported to the user.
    • You shall use HTML best-practices. Use semantic HTML tags to group and organize your HTML appropriately.
    • Site should be attractively styled, using Foundation for a responsive grid layout

Optional Enhancements

  • For more practice working with data, filter trips by search queries (like by continent, budget, etc.). You'll need to explore the API to see what functionality exists.
  • To practice a more advanced POST, allow the user to create a new trip.
  • For more jQuery practice, use jQuery to sort list of trips by specific attributes, like budget or time remaining.

trek's People

Contributors

isabeldepapel avatar pilgrimmemoirs avatar

Watchers

 avatar

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.