Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.46 KB

Coding project - Treehouse

This is an app that helps you find concerts based on the genre of your choice near you. It will provide all the neccesary information for the concerts as well as link to the ticket seller and the album covers of the related artist if you are interested.

Project Name

Treehouse: Find All Your Local Concerts

User Story

As a customer

I want information about an event

So that I can make an informed decision as to whether I want to go to it or not based on certain criteria

When I open the app

Then I will be presented with inputs that take the user's city location and preferable music genre

When I press “submit”

Then I’m presented with the concert events matching my criteria

When I click on an event

Then a new section pops up showing informations regarding the concerts, including the availabiliy, artist's past album and a button to buy the ticket concert

When I click on 'buy ticket' button

Then I am redirected to a location where I can buy the concert's ticket

Used Materials

  • Ticketmaster API
  • audioDB API
  • Fontawesome
  • Materialize CSS frame

Breakdown of Tasks

  • Nick - HTML & CSS for page
  • Daniel - HTML for page, AJAX calls for Ticketmaster
  • Vinh - AJAX calls for Audio DB

Useful Links

Access the project here!

Access the presentation here!