MobileStore is a mobile application built using Flutter for managing and purchasing mobile devices and accessories. The app offers a user-friendly interface to perform CRUD (Create, Read, Update, Delete) operations on product details.
- Add New Products: Add new mobile products with name, category, price, description, and images.
- View Products: Browse through a catalog of mobile products.
- Update Products: Edit existing product details.
- Delete Products: Remove products from the system.
- Search Functionality: Easily search for products by name.
- Flutter: For building the mobile application.
- Dart: Primary programming language for the app.
- Firebase: Used for storing and retrieving product data.
-
Clone this repository:
git clone https://github.com/elref7i/MobileStore.git
-
Navigate into the project directory:
cd MobileStore -
Install dependencies:
flutter pub get
-
Run the application:
flutter run
lib/: Contains the main Flutter app code.assets/: Stores the images and other assets used in the app.
This project is licensed under the MIT License.