andrade-marco / fitness-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FitnessExpress

Fitness Express is React application that uses the Google Fit API and allows its users to track their weekly physical activities (i.e. past 7 days). To use the app, you just need to sign in using your Google account, and give FitnessExpress authorization to access your data. Once that is done, you will be able to visualize:

Weekly averages and daily counts for:

  • Steps
  • Distance
  • Calories
  • Speed

Also, track which activities you completed by day of the week!

HOW TO RUN THE APP

  1. Download this repository
  2. On the root folder, run 'npm install' then 'npm start'
  3. Open browser and navigate to http://localhost:3000 (this should happen automatically)

About


Languages

Language:JavaScript 92.7%Language:CSS 5.6%Language:HTML 1.8%