DownReps is a command-line interface (CLI) tool designed to make calculating the total number of repetitions for a down workout quick and easy, whether you're a fitness enthusiast or a trainer.
Before you get started, make sure you have the following installed on your system:
- Clone the repository to your local machine:
git clone https://github.com/your-username/downreps-cli.git
- Navigate to the project directory:
cd downreps-cli
- Install the required dependencies:
npm install
- Run the program:
node index.js
-
Follow the on-screen instructions to provide the number of down reps.
-
The tool will calculate the total number of repetitions for your down workout and display the result.