SuperDog Events:
A Coding Challenge


Up, up, and array!

SuperDog Events is an event company the produces comic cons. 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 statistics for all events
    • Use local storage to add additional events

TECHNOLOGIES USED

JavaScript

One of the core technologies of web development, JavaScript is a programming language that runs right in your browser.

Bootstrap 5

Bootstrap 5 is an open-source CSS framework directed at responsive, mobile-first web development.

HTML 5

HyperText Markup Language creates structured documents so information can easily be displayed within your web broswer.

CSS 3

Cascading Style Sheets design and enable the presentation of content, such as layout, colors, and fonts.