<<<<<<< HEAD
A simple shopping application that allows users to view a list of products (fetched from an API), add products to a checkout list, and navigate to an order successful screen. The application is built using only native components and functionalities without any third-party dependencies.
- Bottom Navigation Bar: Navigate between Products and Checkout screens.
- Products Screen: Display a static list of products.
- Product Details Screen: Display a detailed view of selected product with an option to add them to the checkout.
- Checkout Screen: View products added for checkout with the ability to remove items.
- Order Successful Screen: Confirmation screen displayed after completing an order.
View a virtualized demonstration of the app on Appetize.io: Simple Shopping App on Appetize.io
- Android: Android Studio
- iOS: Xcode
-
Clone the repository:
git clone https://github.com/d3mastermind/shoeshoping cd shoeshoping
-
Open the project in Android Studio:
- File > Open > Navigate to the cloned repository
-
Build and Run the app:
- Click on the 'Run' button or use
Shift + F10
- Click on the 'Run' button or use
-
Clone the repository:
git clone https://github.com/d3mastermind/shoeshoping cd shoeshopping
-
Open the project in Xcode:
- File > Open > Navigate to the cloned repository and select the
.xcodeproj
file
- File > Open > Navigate to the cloned repository and select the
-
Build and Run the app:
- Click on the 'Run' button or use
Cmd + R
- Click on the 'Run' button or use
Download the APK from the following link: Simple Shopping App APK
Feel free to fork this repository and contribute by submitting a pull request. For major changes, please open an issue first to discuss what you would like to change.
Thank you for checking out my Simple Shopping App!
origin/main