EventsLog:
A JavaScript Coding Challenge
EventsLog - track a collection of events and display statistics about
them with various filters. Store those events so that a user can
return to the page and see the events they've added
The objectives of EventsLog are:
- Display total aattendance by city
- Display average attendance by city
- Display least and most attended events by city
- Additionally, display these stats for all cities
- Add new event and store them in local storage