/MoveWeights

A fitness tracker replacement for the fitnotes app.

Primary LanguageTypeScript

Contributors Forks Stargazers Issues MIT License LinkedIn


MoveWeights

MoveWeights a mobile-first full stack web application for tracking workouts and providing analytics for workout/exercise history.
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

Screenshot 2023-08-03 114114

(back to top)

Built With

  • NextJS
  • TypeScript
  • Tailwind
  • Node/Express
  • MongoDB
  • JWT Auth

(back to top)

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/jarrodmjack/MoveWeights.git
  2. Install NPM packages
    cd frontend
    npm install
    cd backend
    npm install
  3. These are the environment variables needed to run the project
    Backend:
      PORT = <WHATEVER PORT NUMBER YOU WANT>
      MONGO_URI = <MONGO DATABASE STRING PROVIDED BY ME>
      SECRET = <AUTH SECRET PROVIDED BY ME>
    Frontend:
      NEXT_PUBLIC_API_URL = http://localhost:4001
      NODE_ENV=development
  4. Running the project
  Open two separate terminals. One for the frontend, one for the backend
  in one terminal -> cd frontend -> npm run dev
  in the other terminal -> cd backend -> npm run dev

(back to top)

(back to top)

Roadmap

  • Host project on Vercel
  • Make more responsive for bigger screens (is being built mobile-first)
  • Fix issues with Auth and redirection
  • Add workout history and analytics

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.md for more information.

(back to top)

Contact

@jarrodmjack - jarrodmjack@gmail.com

https://github.com/jarrodmjack/MoveWeights

(back to top)