CHECKPOINT
An event tracker that displays stats from 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 Event by City
- Least Attendend Event by City
- Display these stats for all Events
- Add the ability to store additional events