/getkcal

The GetKcal project is a web application that consists of a calorie calculator

Primary LanguageJavaScriptMIT LicenseMIT

Access the application here πŸ‘‰ GetKcal

πŸ“‹ Index


πŸ“„ About

The GetKcal project is a web application that consists of a calorie calculator, which, according to the data provided by the user, returns the basal metabolism rate and the amount of calories that the user must consume daily if he wants to maintain, lose or gain weight. The fields are all treated, where it is not possible to leave any field blank, and also for the age, weight and height fields it is not possible to enter a negative value or an exorbitant value (Ex: Age 200 years), if it happens it is displayed an alert to the user.

It was inspired in the application developed by Mateus Silva.


πŸ–₯ Technologies used


πŸ“¦ Download and run the project

Note: To perform the procedures below on your terminal it is necessary to have Git installed on the your machine.

    # Clone the repository
    $ git clone https://github.com/willian-souza/getkcal

    # Enter the downloaded directory
    $ cd getkcal

    # Run the application
    Open the index.html file in any browser

πŸ“ License

This project is under license MIT. See the archive LICENSE for more details.


Developed by Willian dos Santos Souza