ShopEZ is a self-checkout application designed to make grocery shopping seamless. It enables users to scan barcodes, add items to a cart, and complete payments digitally.
✅ Barcode scanning for quick item addition ✅ Secure login & user authentication ✅ Multiple payment options ✅ Order history & analytics
Frontend: Flutter (Dart) Backend: Firebase / Python Barcode Scanner: Python + OpenCV
```sh
git clone https://github.com/DivyanshiSingh00/ShopEZ.git
cd ShopEZ
```sh
flutter pub get
pip install -r requirements.txt # For Python dependencies
```sh
flutter run
Open the app and sign in. Use the barcode scanner to add items. Review the cart and proceed to checkout. Choose a payment method and complete the order.
Feel free to submit issues or create pull requests.
This project is licensed under the MIT License.