A cross platform small business mobile app template created in react native. It can be customised for user authentication/login, API calls and CRUD functionality, push notifications etc.
You will need to have React Native.
# Clone the repository - Requires Git
git clone https://github.com/macaz/mybiz
# Install dependancies in project folder
npm install
# Run the app
npm start
Once the application is running it will load into the Gallery screen as the home screen. The app has navigation via a hamburger menu for the different screens:
Displays logo and allows you to navigate to different screens, can open a link in the devices browser.
Displays information about the business, can have staff profiles where the user can see more information about staff.
Displays information about the business opening hours, can call the business or go to the businesses social media.
Displays a PDF file from an external resource.
Displays contact and location information about the business, get directions directs turn by turn navigation to the default maps app on the device.
Displays an automatic slide show of images.
Allows a user to input a password to redeem rewards, once the rewards are fully redeemed the rewards card will reset.
This has been tested using VS code on windows and mac.