Mobile App for the Fitness Center Managment System project. This app is built using React Native and Redux.
- Clone the repository
cd App- Run
npm install - Run
npx react-native run-androidto run the app on an Android emulator or connected device ( runadb devicesto check if your physical device is connected)
Test are written using Jest and React Testing Library.
- Run
npx jest