Giter VIP home page Giter VIP logo

fitnis's Introduction

Mobile fitness app to monitor users’ weightlifting progress and overall health in active development

How to run:

- api is run in root via:
        npm run api

- client can be run in root via:
        npm run ios

Requirements can be accessed in Requirements.md

Color Palette: https://coolors.co/palette/3d5a80-98c1d9-e0fbfc-ee6c4d-293241

fitnis's People

Contributors

theebank avatar

Watchers

 avatar

fitnis's Issues

Implement GET request for viewing a user's workout plans

Endpoint: /api/workouts/user/{userId}/plans
Description: Retrieve a list of workout plans associated with a specific user.

Important steps:

  1. Update Database Schema to add users
  2. Create association between users and their workout plans
  3. Create API Endpoint
  4. Add auth/users to app
  5. Modify workout plan rendering to use new endpoint

Workouts Tab

Workouts

|--My Routines
|--|--Button to create new routine
|--|--List of Routines
|--Past Workouts
|--|--Diary of Past workouts

API Endpoints needed:
GET - all workout routines associated with user - Need to implement users first
GET - details of each exercise associated with routine

POST - create new workout routine
POST - create set of program exercises associated with new workout routine

Create Program Modal

Currently, the modal is following a workflow of
Make plan details -> Add exercises to each day of the program -> Program created

Users should be given the option to decide whether they want to manually add each exercise and workout like so or if they want to add some of their already existing workouts to the program so it then becomes a "collection" of their workouts

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.