This PR styles the MyClubs page, using React Bootstrap Cards. Each Card shows whether the current user is the owner or member of the club, the club name, the current book being read, the description, and the number of members. It also refactors the CreateClub page to use the React Bootstrap Form. A button for adding members in this page was added with a TODO (issue 91) to implement the addMembers modal.
This PR styles the MyClubs page, using React Bootstrap
Cards
. Each Card shows whether the current user is the owner or member of the club, the club name, the current book being read, the description, and the number of members. It also refactors the CreateClub page to use the React BootstrapForm
. A button for adding members in this page was added with a TODO (issue 91) to implement the addMembers modal.