/eventhunter

A website where you can search for and save events.

Primary LanguageJavaScript

A webpage that utilizes a Ticketmaster API to provide information about events happening in the United States.

  • Search for any specific event
  • Save favourites events
  • Get links to buy tickets

Try it out here: EventHunter

Developed by:

  • Nathalia Troina

Demo:

Technical Accomplishments

  • Implemented TicketMaster API to fetch and display event data.
  • Designed and created interactive user interface with React and SCSS.
  • Deployed with ability to user to save favorites.

Made With:

javascript react sass

How to Run This Application:

  • Run the following commands in two seperate terminals:
// install and start the frontend interface
npm install 
npm start