Event Tracker: A Coding Challenge

Event Tracker is an event company that produces ComicCons. The marketing team has requested a site that displays stats from their events. You are given an array of event data to build a site.

Given an array of objects for event data, display the following:

  • Total Attendance by City
  • Average Attendance by City
  • Most Attended by City
  • Least Attended by City
  • Display Stats for All Events
  • Add the Ability to Store Additional Events
Try It Out!

Tech Stack: