STADIUM STATS

Coding Challenge

An event company that produces conventions wants to get a handle on their numbers. 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.

Requirements:

  • Total attendance by city
  • Average attendance
  • Least attended event
  • Most attended event
  • Show these stats for all events
  • The ability to add additional events and store the events in local storage

Tech Stack: