Gamer Event Tracker

A Coding Challenge

Gamer Event Tracker is an app that keeps track of gaming events. The marketing team has requested a site that displays stats from Comic-Con events. You are given an array of event data to build a site.

Objectives:

  • Display total attendance by city.
  • Display average attendance by city.
  • Display least and most attended events by city.
  • Additionally, display these stats for all cities.
  • Add new events and store them in local storage.
Try it Out!

Tech Stack