A minimal Wellness Booking mobile app built on top of React Native.
Key Features • How To Use • Credits
-
Manage wellness booking event
-
Allows users to login with username and password
-
Company HR Admin Dashboard
- A simple table with a list of created events these fields:
- Event Name-Vendor
- Name-Confirmed Date
- Status-Date Created
- View button
- A simple table with a list of created events these fields:
-
Vendor Admin Dashboard
- A simple table with a list of created events these fields:
- Event Name-Vendor
- Name-Confirmed Date
- Status-Date Created
- Individual Rows will also one button:
View
- A simple table with a list of created events these fields:
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/duongnq2798/booking_wellness.git
# Go into the repository
$ cd booking_wellness
# Install dependencies
$ npm install
# Run the app for android
$ npm run android
# Run the app for ios
$ cd booking_wellness/ios
$ pod install
$ npm run ios
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
This software uses the following open source packages:
- React Native : Create native apps for Android and iOS using React
- React Navigation : Routing and navigation for your React Native apps
- React Native Modal : An enhanced, animated and customizable react-native modal.
- React Native Date Picker : A cross platform react native date picker component for android and ios. It includes 3 different modes: date, time, and datetime. The date picker is customizable and has multiple language support.
Hr Admin Dashboard
- Account:
hradmin@gmail.com
- Password:
hradmin
Vendor Admin Dashboard
-
Account:
vendoradmin@gmail.com
-
Password:
vendoradmin
-
Design Flow Preview Design Flow
MIT
duongnq · GitHub @duongnq2798 · Twitter @duongnq27