This is the frontend for the workout tracker app. It is built with React native and Expo.
The backend for this app is built with Node.js and Express. It is available here.
-
chaitanya
fix require cycle warning in react-native -
chaitanya
fix useEffect not working when the page comes back -
chaitanya
use asyncStorage to save token from authentication - save the token in a collection in backend
- verify the token in the auth middleware
- fix add FAB in exerciseLog page
- refactor all file names to kebab case