Basic groups page and group detail page
Groups page shows a list of groups. Clicking on one of them will open up the details for that group.
Buttons currently don't do anything.
The members are just kept as strings for now, since I don't know how we're implementing the members and such.
Data is read from a JSON file "MOCK_GROUPS.json".