This Xamarin.Forms application is developed for college use and serves as a simulation for user creation and interaction with various activities. 😄
The app consists of several key components:
-
Main Page (
MainPage.xaml):- Displays a welcome message and provides options to add a new user or view the list of existing users.
-
User List Page (
List.xaml):- Lists all users, allowing users to select and view details.
-
Add User Page (
AddUser.xaml):- Allows the addition of new users with basic information such as name, last name, birthdate, gender, and partner status.
-
User Details Page (
UserDetails.xaml):- Displays detailed information about a selected user, including the ability to manage activities, update user information, and delete the user.
-
Activities Page (
Activities.xaml):- Allows users to manage their activities, including adding and removing activities.
-
Main Page:
- Navigate to the "Add User" page to create a new user.
- Navigate to the "User List" page to view the list of existing users.
-
User List Page:
- Select a user to view detailed information and manage activities.
-
Add User Page:
- Fill in the required information to add a new user.
- Press the "Save" button to add the user.
-
User Details Page:
- View and manage user details.
- Navigate to the "Activities" page to manage user activities.
- Update user information or delete the user.
-
Activities Page:
- Add new activities and view/manage existing ones.
- Clone the repository:
git clone https://github.com/Fuguety/Club-App.git - Ensure you have the following prerequisites installed:
-
Visual Studio (Recommended)
- To run the app locally, ensure you have the necessary Xamarin.Forms development environment set up.
Open the project in your preferred Xamarin.Forms development environment.
Tools used
This project is licensed under the MIT License.