learnetto / reactfit

A fitness dashboard app built using Rails 5.1 and React.js

Home Page:https://learnetto.com/users/hrishio/courses/the-complete-react-on-rails-5-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Fit

A fitness dashboard app showing stats based on your Fitbit data.

Learn how to build this fitness dashboard app using Rails 5.1 and React with a step-by-step hands-on tutorial on Learnetto.

To use the app, you'll need a Fitbit account.

Sign up and then go to the Fitbit Developers website and create a new app.

Get the Client ID from your app settings and set it in Dashboard.jsx:

const CLIENT_ID = 'YOUR_CLIENT_ID'

Run the app by starting the Rails server and Webpack dev server

$ rails s -p 8000

$ ./bin/webpack-dev-server

About

A fitness dashboard app built using Rails 5.1 and React.js

https://learnetto.com/users/hrishio/courses/the-complete-react-on-rails-5-course


Languages

Language:Ruby 58.7%Language:JavaScript 27.7%Language:HTML 12.1%Language:CSS 1.5%