This project is a simple web application for calculating daily calorie intake based on user input. The application is built using Java for the back-end logic, and CSS and HTML for the front-end design.
To install and run the application, follow these steps:
- Clone the repository to your local machine using git clone
https://github.com/yourusername/calorie-calculation-project.git - Open the project in your preferred Java IDE (such as Eclipse or IntelliJ IDEA)
- Build and run the project
Once the application is running, open your web browser and navigate to
http://localhost:8080.
You will see a simple form where you can enter your age, gender, weight, height, and activity level.
After submitting the form, the application will calculate your daily calorie intake and display the result on the page.