code-with-sam / moveclub

blockchain based fitness tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move Club

Using Blockchain Technology to track and reward workouts.

Roadmap

  • more workout types
  • add additional workout info cutom-type/photo/title/desc/sets+reps
  • feed filters
  • personal feed (show only friends)
  • Streaks
  • Leaderboards
  • Achievements
  • Groups

What does it include

  • Express server with routing
  • Authentication with Steemconnect
  • Main Feed (auth + new content modal), Profile View, About + Attributions Pages
  • Data From Blockchain - stored on the @move-club.data account

setup & install

Compile SCSS & js via parcel

npm install -g parcel-bundler

npm run dev - to watch for changes in src/ folder npm run build - builds for prod

  • navigate to localhost:3000 in your browser

About

blockchain based fitness tracking

License:MIT License


Languages

Language:HTML 59.0%Language:JavaScript 30.0%Language:CSS 11.0%