Application to managing customers. Best functions :
- Add customer
- Edit customer data personalities
- Remove customer
- Show all available customers in the system
The app is available on iOS and Android platform.
-
Clone the repo git clone https://github.com/matrad4307/CustomersManagement.git
-
Run the following commands in a Terminal: npm install npm run build npm install react-native-gesture-handler npm install react-native-sqlite-storage
-
Run react-native run-android inside your React Native project folder for android application or react-native run-ios in a Terminal
Project is connected to Azure Pipelines. All commits to master remote branch will run CI.
WARNING! It's short instruction about to run this project. If you never used React Native to build cross-platform app please see official documentation https://facebook.github.io/react-native/docs/getting-started