Skip to content

enzorod10/first-pick-fit

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


logo

First Pick Fit: DnD Fitness Tracker

Fitness tracker app with drag and drop functionality, and with built in calendar for ease of use.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

A drag and drop fitness tracker/planner where users are able to create their own workouts and drag it directly into any date they want, to easily schedule it. Users are also able to select from a selection of pre-made programs and place all of their workouts in the calendar for the number of weeks that the program selected requires it. Features a dashboard with information on whatever day/workout you click on.

homepage

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Have node package manager (npm) installed

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/enzorod10/first-pick-fit.git
  2. Install NPM packages
    npm install
  3. Start the application
    npm start

(back to top)

Usage

Built-in calendar with ability to schedule any workouts you have planned.

Calendar

Users can create their own exercises/workouts.

workoutCreator

Those workouts can then be dragged on to the calendar to schedule it.

draggingworkout

There are also a wide variety of programs users can select. It takes one click to choose a start date and insert a program. All workouts would be mapped out automatically.

confirmprogram

Users can click on any date and get information about the workout schedule for that day or view info about that month they are viewing. The dashboard is also where users can mark a workout complete or remove a workout from the calendar.

dashboard

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • User authentication through Google or Email/Password
  • Responsiveness on any device
  • Ability to edit workouts and exercises
  • Search feature implemented
  • Drag functionality
    • Ability to drag exercises into workout
    • Ability to drag workouts into any date on the calendar

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Enzo Rodriguez - Personal Website - [email protected]

Project Link: https://github.com/enzorod10/first-pick-fit

(back to top)

Acknowledgments

(back to top)