Skip to content

shailendrasingh117/Calorie-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Calorie Calculation Project

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.

Installation

To install and run the application, follow these steps:

  1. Clone the repository to your local machine using git clone
    https://github.com/yourusername/calorie-calculation-project.git
  2. Open the project in your preferred Java IDE (such as Eclipse or IntelliJ IDEA)
  3. Build and run the project

Usage

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.