Skip to content

duongnq2798/booking_wellness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b02043 · Mar 30, 2021

History

13 Commits
Mar 27, 2021
Mar 27, 2021
Mar 29, 2021
Mar 27, 2021
Mar 29, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 30, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021
Mar 27, 2021

Repository files navigation


Wellness App
Wellness Booking

A minimal Wellness Booking mobile app built on top of React Native.

Key FeaturesHow To UseCredits

Key Features

  • 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
  • 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

How To Use

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.

Credits

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.

Login Account

Hr Admin Dashboard

  • Account: hradmin@gmail.com
  • Password: hradmin

Vendor Admin Dashboard


COMPANY HUMAN RESOURCE ACCOUNTS

VENDOR ACCOUNTS

License

MIT


duongnq  ·  GitHub @duongnq2798  ·  Twitter @duongnq27