nss-day-cohort-20/group-project-theme-park-2-gitbearified

Areas should be displayed in rectangular grid

Closed this issue · 0 comments

Story

As a user, in order to see where areas are located, I need to see the park laid out in a grid

Acceptance Criteria

Given the area data has been loaded
When the application renders
Then the areas should be represented to the user as a 3-2-3 grid, with the middle cell unoccupied, and each area colored with its corresponding hex value (i.e. the colorGrid value)

1 2 3
4 5
6 7 8