This is a Flutter-based Shoe Shopping application that allows users to browse through a collection of shoes, view product details, add products to the cart, and manage their shopping cart. The app is responsive and user-friendly across various screen sizes and orientations.
- Product Listing: Browse through a variety of shoe products with different brands and sizes.
- Product Details: View detailed information about each shoe product, including available sizes and prices.
- Add to Cart: Select shoe sizes and add products to the shopping cart.
- Cart Management: View and manage products in the shopping cart.
- Search Functionality: Search for specific products using the search bar.
- Responsive Design: User interface adapts to different screen sizes and orientations (portrait and landscape).
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/chinxcode/shoe-shop.git
cd shoe-shop
- Install dependencies:
flutter pub get
- Run the application:
flutter run
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add feature'
. - Push to the branch:
git push origin feature-name
. - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, please reach out to sachinxcode@gmail.com.