beknobloch / FitnessTracker

Fitness tracker app for SSW 322 major project
2 stars 0 forks source link

SSW322

Fitness tracker app for SSW 322 fitness tracker project

1) View online

2) Run locally Navigate to project folder:

cd fitness-tracker

Install newly added node modules:

npm install

Run project:

npm start

This application empowers users to seamlessly register as either a dedicated trainee or a knowledgeable health coach. Trainees, equipped with a FitBit account, effortlessly sync their device to showcase their fitness metrics. Moreover, trainees gain the invaluable option to select a personalized health coach. These experienced coaches are granted access to their trainee's FitBit goals, enabling them to curate new goals and continually refine the fitness journey for optimal results. All features are working on this fully hosted web page.

Register Screen:

SSW322_RegisterPage

Trainee's Metrics:

SSW322_TraineeMetrics

Health Coach Curating Trainee's Goals:

SSW322_CoachSendsGoals

Trainee Goal Acception/Rejection:

SSW322_TraineeGoalMerge

Settings Page:

SSW322_SettingsPage