Encore Events

A Coding Challenge


Encore Events is a concert event company that plans and organizes concerts for popular artists. 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 of event data display the following:

  • Total attendance by city
  • Average attendance by city
  • Least attended event by city
  • Most attended event by city
  • Show these stats for all events
  • Extra credit: Add the ability to add additional events. Store the events in local storage or a database.
Technologies Used