GHALZAI'S Hostel is an offline-storage, React Native powered mobile app for storing data for your hostel business and it's tenants.
- Secured by login and password
- Session maintained even if app gets closed
- Data is saved on-device memory so no worries of leakage
Step 1: git clone this repo:
Step 2: cd to the cloned repo:
Step 3: Install the Application with npm i
- cd to the repo
- Run Build for either OS
- run
react-native run-ios
- Run Build for Android
- If you have Android Studio installed:
- Run Android Studio
- click on
play
icon at top of it - List of devices will appear. Select any one of them and you're good to go.
- If you don't have Android Studio:
- run
react-native run-android
- run
Mian and Khan