https://github.com/ramgoel/xibiller-stable
A React Native App to ease the Billing process throughout the Mi Outlets
https://github.com/ramgoel/xibiller-stable
android android-studio firebase ios react-native
Last synced: about 2 months ago
JSON representation
A React Native App to ease the Billing process throughout the Mi Outlets
- Host: GitHub
- URL: https://github.com/ramgoel/xibiller-stable
- Owner: RamGoel
- Created: 2022-08-20T17:48:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T18:19:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T10:51:58.023Z (over 1 year ago)
- Topics: android, android-studio, firebase, ios, react-native
- Language: JavaScript
- Homepage:
- Size: 661 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XiBiller
A React Native App that will ease the process of Order Billings across all the Mi Outlets.
## Technologies
- React Native for UI
- Firebase Database for Data Storage
- Tested on Android, Web, IOS.
- npm as Package Manager
- Expo for Development Environment
## Features to be Considered
- Light/dark mode (According to System)
- Cross Platform
- Cart Functionality
- Offline & Online Billing
- Recent Orders
- Fetches Customer Details from Previous Orders
- Past Orders Searching
- Online/Offline Payments Option
## Installation
Enter these lines in your terminal to clone app
Install Expo & Create-expo-app
```bash
npm i expo create-expo-app
```
Clone Repo and move to Folder
```bash
git clone https://github.com/RamGoel/XiBiller.git
cd XiBiller
```
Install All Dependencies
```bash
npm i
```
Run App with Expo
```bash
expo start
```
You should see a QR Code Now

Run for Web
```bash
w
```
Run for Android (Download Expo Go App to Run on Android (Required))
```bash
a
```
Build for Android
```bash
expo run-android
```
Build for IOS
```bash
expo run-ios
```
Build for Windows
```bash
react-native run-windows
```
## Demo
Click on Image to watch Application Demo
[](https://www.youtube.com/watch?v=XOOCllNNG3Q)