Skip to content

A web application using Google Map API and Ticketmaster API. It allows users to search for events in their chosen cities, and displays the locations of these events using markers on a map.

Notifications You must be signed in to change notification settings

ayacomputer/event-finder-ver2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Event Finder

This is to practise further development after the team project.

Table of contents

General info

The project is a web application which allows users to search for events in their chosen cities, and displays the locations of these events using markers on a map.

The application was created using HTML and Javascript, as well as CSS and Bulma CSS framework.

The project was motivated by the following USER STORY:
AS A person who is interested in music events
I WANT to find music events in the location of my choice,
THEN I want to see their location on a map, in relation to my searched location

API used

  • Google Maps
  • TicketMaster

  • Description

    The project:

  • uses geolocation to locate the user's machine, and pans to that location on a map, as soon as the page is opened
  • allows the user to search for events based on their chosen city by using the Ticketmaster API
  • displays a list of 10 events, with artist name, date and time
  • pans to the selected city, and displays a customised marker at the location of each event, enabling the user to get a visual representation of the event's location.
  • saves a list of the user's searches and displays the most recent five searches at the bottom of the page
  • allows the user to click on any of their most recent searches to quickly retrieve information about events in that city


  • Working Application

    The project can be viewed at: https://ayacomputer.github.io/event-finder-ver2/



    Demo

    The design of the application is responsive, with the contents adjusting for best view on different screen sizes:


    About

    A web application using Google Map API and Ticketmaster API. It allows users to search for events in their chosen cities, and displays the locations of these events using markers on a map.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Languages

    • JavaScript 53.4%
    • HTML 31.1%
    • CSS 15.5%