Home
Softono
react-native-fitness-app

react-native-fitness-app

Open source MIT JavaScript
27
Stars
13
Forks
0
Issues
1
Watchers
2 years
Last Commit

About react-native-fitness-app

Simple Fitness App Demo written with React Native. Allows user to create an account and set and track activity goals.

Platforms

Web Self-hosted

Languages

JavaScript

Links

React Native Fitness App

This demo app was built using React Native for the front-end allowing it to easily work with both iOS and Android devices. The backend is written using Python and Flask and uses a SQLlite database. Authentication is done through tokens. You can look at the back end code here.

Screenshot

Using the App

This Fitness App consist of 5 different screens. These screens include the Login and Signup screens, a Today View which displays current goals and current activites, a Profile screen where you can edit your profile name and goals. Finally, an excersie screen where you can add a recent excersie to your account.

Running the App

Note: Make sure you have Expo installed on your machine.

$ git clone https://github.com/avigael/react-native-fitness-app
$ cd react-native-fitness-app
$ npm install
$ expo start