ghenriquec / Physical-calculator

Webapp developed to solve the business problem suggested by Professor Alexandre

Home Page:https://ghenriquec.github.io/challenge-TPA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webapp developed to solve the business problem suggested by Professor Alexandre

GitHub language count Repository size

Physical Calculator

Webapp developed to solve the business problem suggested by Professor Alexandre💚

GitHub language count Repository size Siga no Twitter GitHub last commit License Stargazers

Status: Finished

AboutHow it worksTech StackAuthorLicense

About

💚 In this project, based on the name, age and height of the user, the body mass index is calculated and the weight range is assessed.


How it works

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

Running the application

# Clone this repository
$ git clone git@github.com: ghenriquec / challenge-TPA
# Access the project folder in your terminal
$ cd imc-calculator
# Install extension Live Server in Visual Studio Code
$ Open VSCode and type ctrl+P, type ext install ritwickdey.liveserver.
# Run the application in Live Server
# The application will open on the port: 5500 - go to http://127.0.0.1:5500

Tech Stack

The following tools were used in the construction of the project:

Website


How to contribute

  1. Fork the project.
  2. Create a new branch with your changes: git checkout -b my-feature
  3. Save your changes and create a commit message telling you what you did: git commit -m" feature: My new feature "
  4. Submit your changes: git push origin my-feature

Author

Twitter Badge Linkedin Badge Gmail Badge


License

Made with love by Guilherme Henrique 👋🏽 Get in Touch!

About

Webapp developed to solve the business problem suggested by Professor Alexandre

https://ghenriquec.github.io/challenge-TPA/


Languages

Language:CSS 67.6%Language:HTML 19.9%Language:JavaScript 12.5%