Skip to content

harlley/imc-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMC Calc

Web app that calculates (BMI) Body Mass index.

A live demo can be found on this link.

Design and code by @harlley

screenshot

Tech Stack

  • HTML5
  • CSS3 (Flexbox)
  • Vanilla Javascript

How to Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/harlley/imc-calc

# Go into the repository
$ cd imc-calc

# Install dependencies
$ npm install

# Run the app
$ npm start

License

MIT


harlleyoliveira.com.br  ·  GitHub @harlley  ·  Twitter @harlleydev