This React Native and Django app is a workout tracker app that allows users "to look for details of exercises, workouts (consisting of exercises), foods and diets (consisting of foods)", "create own workouts and diets" and "create meal (consisting of diets) logs and training (consisting of workouts) logs". All the data needed for the application is supplied by the Django backend. No external api is used.
Below are the screenshots from the app and the explanation for the pages
This is the homescreen of the app. There are categories that allows you to view details of exercises, workouts, training logs, foods, diets and meal logs. Also header includes "my workouts", "my diets" and an "athletes" page where users can view other people.
These screens allows users to view foods and exercises. These entities are building blocks for diets and workouts respectively. By pressing an item users can view the details as it can be seen below.
These screens allows users to view the details of foods and exercises.
These screens allows users to view popular workouts and diets. By pressing an item users can view the details as it can be seen below.
These screens allows users to view the details of diets and workouts.
These screens allows users to view the details of their training logs and meal logs.
These screens allows users to view other athletes.
These screens allows users to view their workouts and diets.