Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 500 Bytes

File metadata and controls

14 lines (11 loc) · 500 Bytes

Fitness Center Managment System - Mobile App

Description

Mobile App for the Fitness Center Managment System project. This app is built using React Native and Redux.

Run the app

  1. Clone the repository
  2. cd App
  3. Run npm install
  4. Run npx react-native run-android to run the app on an Android emulator or connected device ( run adb devices to check if your physical device is connected)

Run the tests

Test are written using Jest and React Testing Library.

  1. Run npx jest