Fiufit is a fitness app built with Expo, designed to help users track their workouts, set goals, connect with trainers and atheletes, and stay motivated on their fitness journey. This repository contains the source code for the Fiufit app.
A live demo of Fiufit is available here.
Download the Expo Go app on your device and scan the QR displayed.
You can also try our latest release by downloading the APK for Android here.
To run Fiufit locally on your machine, follow the instructions below.
Before getting started, make sure you have the following software installed:
- Node.js (v16 or later) - Download
- Expo CLI - Install using the following command:
npm install -g expo-cli
- Clone this repository using Git:
git clone https://github.com/fiufit/app.git
- Navigate to the project's directory:
cd app - Install the project dependencies:
npm install
- Start the development server:
npx expo start
- This will open the Expo Developer Tools in your default browser. From here, you have several options to run the app:
- Use the Expo Go app on your mobile device to scan the QR code displayed in the browser.
- Use an Android emulator or iOS simulator installed on your computer by clicking the respective options in the browser.
The app should now be running on your chosen device or emulator.





