As a user, I want to see a list of all other team members so I can view their committed Setblocks and coordinate my availability with them
[x] Render list of team members hard-coded into the Redux statee as a constant (this will be fetched from a backend API, so putting it into the Redux state now will save time)
[x] For the color bubble UI, either randomize or use the same color for all members, keep it simple for now
[x] When a team member is clicked, then the app should push to /team/:teamMemberId (see #12 for further functionality)
As a user, I want to see a list of all other team members so I can view their committed Setblocks and coordinate my availability with them
/team/:teamMemberId
(see #12 for further functionality)