Welcome to ClothingStore! This is a cross-platform mobile app built with Xamarin.Forms that allows users to browse and shop for a wide range of clothing items conveniently from their mobile devices.
This project has been migrated to MAUI. You can find the new repository here.
- See available clothing categories
- Browse Categories: Explore clothing items categorized into Men's, Women's, Kids', Baby, Sports, Winterwear, and Swimwear.
- View Details: View detailed information about each clothing item, including its name, image, and price.
- Search Functionality: Easily search for specific clothing items using the search bar.
- Favorites: Add items to your favorites list for quick access later.
- User Profiles: Create and manage your user profile, including preferences and order history.
- Xamarin.Forms: Cross-platform UI toolkit for building native UIs for iOS, Android, and Windows from a single, shared codebase.
- C#: Powerful and versatile programming language used for the backend logic of the app.
- MVVM Pattern: Follows the Model-View-ViewModel architectural pattern for separation of concerns and maintainability.
To get started with ClothingStore, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/clothingstore.git
- Open the solution file
ClothingStore.sln
in Visual Studio. - Build and run the project on your desired platform (iOS, Android, or Windows).
Contributions are welcome! If you'd like to contribute to ClothingStore, please follow these guidelines:
- Fork the repository and create your branch:
git checkout -b feature/new-feature
- Make your changes and commit them:
git commit -m 'Add new feature'
- Push to your branch:
git push origin feature/new-feature
- Submit a pull request detailing your changes.
This project is licensed under the MIT License.