1 Percent Better is a fullstack Mobile App for a performance tracker at the gym.
This project was created as a team of six as part of the Northcoders Software Development Bootcamp.
This is the repository for the frontend.
The backend repo is here --> https://github.com/aloan93/be-1-percent-better
In order to use the app you will need to either log in or make an account. You can make your own account with the signup button, or use one of the pre-existing users on the app listed below:
- username: jamesguy, password: james123
- username: lottie90, password: tabby12
- username: aloan93, password: andrew
You can clone this github repo from the terminal like so:
git clone https://github.com/GNicholson95/fe-1-percent-better.git
Then install the dependencies:
npm install
npx expo start
You can then either scan the QR code on your phone, with the Expo Go app (for android), or press a in the terminal to run in a virtual device manager.
For this project we made use of Android Studio on Linux and Windows.