Code Monkey home page Code Monkey logo

workout-tracker's Introduction

workout-tracker

This web app allows you to enter in and save your workouts. It will present graphs that show your progress over time. It will also provide recommendations to improve your next workout. It's divided into three main views.

###Workout Log View In this view, you see the list of workouts ordered by date. At the top, you can quickly add a new workout to your workout log. To see more info about a particular workout, click on a specific date.

Workout Info View

When you click on a specific workout date, you're taken to the workout info page. Here, you can add the exercises you completed, e.g. 'Bench Press', 'Squat', or 'Deadlift'.

Exercise Info View

When you click on a specific exercise on the workout info page, you're taken to the exercise info page. On this page, you can enter in the sets and repetitions you performed for that particular exercise.

Setting Up

  • In 'services/index.php', look at the getConnection() function at the end of the file and modify the values for $dbhost, $dbuser, $dbpass, and $dbname.
  • Run the SQL query in the 'sql' folder to set up the necessary tables in your database.

Todo

  • Graph exercise sets/repetiions over time
  • Present weight & repetiion recommendations to user for next workout based on last workout
  • Calendar view for workout log
  • Update entered information

workout-tracker's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.