Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssef-remah/flutter_shop_app
A Flutter app that provides a shopping experience, allowing users to browse, search, and favorite products across various categories.
https://github.com/youssef-remah/flutter_shop_app
flutter mvvm-architecture restful-api
Last synced: 5 days ago
JSON representation
A Flutter app that provides a shopping experience, allowing users to browse, search, and favorite products across various categories.
- Host: GitHub
- URL: https://github.com/youssef-remah/flutter_shop_app
- Owner: Youssef-Remah
- Created: 2023-12-29T19:06:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-28T16:29:07.000Z (7 months ago)
- Last Synced: 2024-11-17T02:30:53.735Z (2 months ago)
- Topics: flutter, mvvm-architecture, restful-api
- Language: Dart
- Homepage:
- Size: 687 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shop App
This Flutter application provides a shopping experience, allowing users to browse, search, and favorite products across various categories.## Features
### Sign In/Sign Up:
- Users can create a new account or sign in to an existing account to access the app.### Home Page:
- The home page displays all new products, keeping users updated with the latest items available.### Favorites:
- Users can add products to their favorites list for easy access and reference.### Categories
- Explore products by categories such as:- Electronic Devices
- Sports
- Lighting
- Clothes
### Settings
- Users can update their personal information, including name, email address, and mobile number.### Search
- Users can search for products using the search screen to quickly find what they are looking for.## Installation
**1- Clone this repository:**`git clone https://github.com/Youssef-Remah/Flutter_Shop_App.git`
**2- Navigate to the project directory:**
`cd shop-app`
**3- Install the dependencies:**
`flutter pub get`
**4- Run the app:**
`flutter run`