Skip to content

A React + Rails workout app extroidainire ⚛︎ ❤️ 💎

Notifications You must be signed in to change notification settings

DyerMaker42/gains

 
 

Repository files navigation

GAINS

Description: This is a fitness tracking webapp that allows users to search specfic exercise, plan their daily workout, and record their past workout info. Also, it provides users with the recent workouts analyst in line chart form.

Tech Stack: It's using React with TypeScript, Material UI, Ant Ui, and Chart.js for the frontend, and Ruby on Rails and PSQL for the server side.

Screenshots:

"home page"

Running Guide:

  • In the root, run bundle install && bin/rails s to start the server.
  • Run bin/rake db:setup to setup the database, and bin/rails ab:reset to reset the database.
  • In the client, run npm install && npm start to start the client.

Contributors:

About

A React + Rails workout app extroidainire ⚛︎ ❤️ 💎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 52.2%
  • TypeScript 35.8%
  • JavaScript 8.2%
  • SCSS 2.0%
  • HTML 1.5%
  • CSS 0.3%