CL-UH-B

CL-UH-B: Club listing for UH

For a final project in a software engineering course, three of my peers and I were assigned to create a web applications that listed all of the clubs at UH. The website makes use of Meteor for client and server code, and React and Semantic UI for user interface. The website lists all of the clubs at UH and allows users to filter by interest. Club managers are able to edit clubs and submit new ones. More information can be found here: https://cl-uh-b.github.io/

My contribution to the project

I specifically worked on getting all of the club data into the application’s database and making it available across all of the different pages. I also worked on the ListClub page and filter feature using Semantic UI React. The page pulls club data from the database and displays the club cards. It also has the ability to handle state changes to filter by selected interests.