Welcome to Ecom UI! This project is a sleek and modern e-commerce application designed specifically for showcasing and selling Nike shoes. Built using Flutter, Ecom UI aims to provide a seamless and engaging user experience.
- Product Catalog: Browse through a curated list of Nike shoes with high-quality images and detailed descriptions.
- Search Functionality: Quickly find your desired shoes using the search feature.
- Product Details: View detailed information about each shoe, including price, sizes available, and user reviews.
- Shopping Cart: Add your favorite shoes to the cart and manage your selections with ease.
To get a copy of the project up and running on your local machine, follow these simple steps.
-
Clone the repository:
git clone https://github.com/Ketan-Verma21/Ecom-UI.git cd ecom
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
ecom/
|- android
|- build
|- ios
|- lib
| |- components
| |- images
| |- models
| |- pages
| |- main.dart
|- pubspec.yaml
- models: Contains data models used in the app.
- images: Includes all the images used in the app.
- Components: Contains reusable UI components.
- main.dart: The entry point of the application.
We welcome contributions to enhance the Ecom UI app! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new Pull Request.
If you have any questions or feedback, feel free to reach out:
- Email: ketanverma1511@gmail.com
- GitHub: Ketan-Verma21