Published on

Fitbit application

Authors
  • avatar
    Name
    Tony Nicola

FitBit data

Check it out at: github fitbit

Web app for displaying personal Fitbit data. Or Guest Data if no fitbit login.

Problem ❓:

      Wanted to see my fitbit information in a different way other than the app/watch.

Solution ✔️:

      Create a web app for it.
     I had a lot of fun with this app. It was fun to start to use data that I was interested in and make it more visual than the watch itself.

Guest user will show information from a state of my fitbit device:

fitbitguestdata

Login with credentials will redirect user to the fitbit authentication login screen. Once authorized will display their data:

fitbitApi

If you're interested yourself at installing/using use below information.

Github repo To install

npm i

To Start/run

npm start

Dependencies

    "@material-ui/core",
    "@material-ui/icons"
    "@testing-library/jest-dom"
    "@testing-library/react"
    "@testing-library/user-event"
    "axios",
    "enzyme",
    "enzyme-adapter-react-16",
    "react"",
    "react-dom"",
    "react-scripts"
    "recharts"

code:

site: