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
- Nathalia Troina
- 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:
- Run the following commands in two seperate terminals:
// install and start the frontend interface
npm install
npm start