J-Water.js is a web-based calculator that determines the minimum daily water intake a person needs. It uses a variety of personal data and mathematical equations to provide an accurate estimate tailored to individual requirements.
- Calculates daily water intake based on:
- Basal metabolic rate (BMR)
- Physical activity rate
- Age
- Height
- Weight
- Sex
- Creatine intake
- User-friendly interface
You can try the live demo here. See the J-Water repository made in Delphi, download and use it as you wish here
To run this project locally, clone the repository:
git clone https://github.com/ohdoglas/j-water.git
Navigate to the project directory:
cd j-water
Open the index.html
file in your browser to view the calculator.
- Enter your personal data in the input fields.
- Click the "Calculate" button.
- View your recommended daily water intake.
- HTML: For structuring the web page.
- CSS: For styling the user interface.
- JavaScript: For implementing the calculation logic.
Contributions are welcome! Please see the CONTRIBUTING.md file for more details.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, please reach out to [[email protected]].