This is an application for calculating your one rep max for the big 3 lifts: bench, squat, and deadlift. The app allows users to sign up and log in to track their progress and view their calculated one rep maxes. Additionally, there is a leaderboard section where users can see the one rep maxes of other participants.
To run the frontend of the application, follow these steps:
- Navigate to the
gym-app
directory:cd gym-app
- Install the required dependencies:
npm install
- Start the development server:
npm run dev
- Access the application in your browser at
http://127.0.0.1:5173/
To run the backend of the application, follow these steps:
- Navigate to the
server
directory:cd server
- Install the required dependencies:
npm install
- Start the development server:
npm run dev
The backend server will be running at http://localhost:4000
.
Please note that you need to have Node.js and npm (Node Package Manager) installed on your system to run the application.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.