-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bed994b
commit edd2d5b
Showing
1 changed file
with
71 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,77 @@ | ||
# moda | ||
|
||
A new Flutter project. | ||
# ModaMarket Shop UI Design | ||
|
||
## Getting Started | ||
This project is a UI design for an online ModaMarket shop, inspired by the elegant "Luxury Fashion Shop" concept from [Behance](https://www.behance.net/gallery/214607369/Luxury-Fashion-Mobile-App). The design is created using **Flutter**, focusing on a simple, intuitive, and beautiful shopping experience. | ||
|
||
This project is a starting point for a Flutter application. | ||
## ScreenShots | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
<img src="https://github.com/user-attachments/assets/a49a96a2-9402-4fe4-affb-5c9532311d97" width="250"> | ||
<img src="https://github.com/user-attachments/assets/38ab1905-8ea6-452d-94ac-be7b03e1afe8" width="250"> | ||
<img src="https://github.com/user-attachments/assets/8c1c6bd5-c6aa-4e07-9ac4-9ae85f0dad3c" width="250"> | ||
<img src="https://github.com/user-attachments/assets/31230a41-435d-48bd-81d4-71d007a1859c" width="250"> | ||
<img src="https://github.com/user-attachments/assets/a09d6a9b-61de-49d6-be82-a52ac4468102" width="250"> | ||
<img src="https://github.com/user-attachments/assets/75166d84-7cb8-4dee-8f46-bb1f1ea1aa36" width="250"> | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
|
||
## Features | ||
|
||
- Elegant, minimalistic interface showcasing fashion products. | ||
- Smooth, fluid navigation between different screens. | ||
- Responsive design for both mobile and tablet devices. | ||
- Interactive UI elements such as grids, cards, and buttons to present products. | ||
- Optimized for a clean user experience and fast transitions. | ||
|
||
## Inspiration | ||
|
||
The design takes inspiration from the "Abaya Fashion Shop" UI, which emphasizes clean visuals, large product images, and smooth transitions to make the shopping experience seamless and enjoyable. | ||
|
||
## Screens Included | ||
|
||
- **Splash Screen**: A brief, animated splash screen displaying the brand's logo. | ||
- **Home Screen**: A grid-based layout displaying product categories and featured items. | ||
- **Product Detail Screen**: Detailed information about a selected product with images and description. | ||
- **Profile Screen**: A screen showing user details, including settings and account information. | ||
|
||
## Technologies Used | ||
|
||
- **Flutter**: A powerful toolkit for building natively compiled applications for mobile, web, and desktop using a single codebase. | ||
|
||
## Setup | ||
|
||
To run this project locally, follow the steps below: | ||
|
||
1. **Clone the repository**: | ||
```bash | ||
https://github.com/sidhant947/ModaMarket-Shop-UI.git | ||
``` | ||
|
||
2. **Install Flutter** (if not installed already): | ||
- Follow the instructions on the official Flutter website: [Flutter Installation](https://flutter.dev/docs/get-started/install). | ||
|
||
3. **Get dependencies**: | ||
In the project directory, run: | ||
```bash | ||
flutter pub get | ||
``` | ||
|
||
4. **Run the app**: | ||
To run the app on an emulator or device, execute: | ||
```bash | ||
flutter run | ||
``` | ||
|
||
|
||
|
||
## 1 Hour UI Challenge | ||
|
||
This project was developed as part of the **1 Hour UI Challenge**, where the goal was to replicate a UI design concept in just an hour using Flutter. The challenge emphasizes speed and efficiency in building beautiful and functional interfaces. | ||
|
||
## Contributions | ||
|
||
Feel free to fork this repository, make your modifications, and submit pull requests. Contributions to improve the design or functionality are welcome. | ||
|
||
## License | ||
|
||
This project is open-source and available under the [MIT License](LICENSE). | ||
``` |