Go to file
2022-04-06 22:15:09 -04:00
sports-matcher Merge branch 'develop' into admin_page 2022-04-06 22:15:09 -04:00
.gitignore First commit 2022-02-21 16:46:40 -05:00
package-lock.json Added Routing and Sign in/up Pages 2022-03-01 13:32:42 -05:00
README.md Update README.md 2022-03-06 21:50:24 -05:00

team58

Sports Matcher is an application that allows users to connect with other athletes, schedule sports meets, and rent sports equipment!

Built Using

It is built using the React framework and the Material UI and React Bootstrap libraries.

Instructions

To use Sports Matcher, navigate to the sports-matcher directory in the repository and run the commands npm i and npm start in order. This should launch a localhost window in your browser which shows the homepage.

From here you can Sign In to your account using the username "admin" and password "admin" OR using the username "user" and password "user" as specified in the handout.

Signing in as 'admin' will take you to the admin page. You will be able to see a list of current matches, users and suspended users. You will need to click the appropriate button for the correct table to appear.

Every page has a navbar at the top. There is a chat and profile icon. Clicking on the chat icon will take you to the chat page. From the profile icon you can sign out.