Real-time gym crowd tracking for efficient workout planning.
- Frontend Repository: Link to Android repo (This)
- Backend Repository: Link to Backend repo
Screenshot 1: Home screen displaying gym crowd levels.

Screenshot 2: Login/SignUp Page.

![Additional Feature] Screenshot 2: Excercises Lazylist.

GymCrowd is a mobile app designed to help gym-goers plan their workouts by providing real-time gym occupancy data. Whether you're avoiding the crowds or looking for a quiet workout session, GymCrowd ensures you always know when your gym is busiest.
Key Features:
- Real-time gym crowd tracking using web scrapping of Connect2Connect API
- User-specific login and signup (doesn't let you login until you input valid answers to the text field)(hides the password)
- Ability to scroll through excercises and favorite them
- Requirement 1: MVMM is implemented into all three of our screens, demonstrated by how our screens get information from backend, process information in the ViewModel, and then present the information to the screen, all in separate files
- Requirement 2: Our first screen enables the user to login/signup, our second screen shows the gyms, our third screen displays excercises
- Requirement 3: We use our backend to login/signup our user, get the lazylist of excercises, and show the gyms and their fullness