An app that calculates your bmi value.
- Windows/Mac/Linux etc
- NodeJs and NPM
-
Download and install NodeJS and NPM Click here!
-
Download the source code of the project from the link below
-
Extract the folder inside the downloaded file
-
Open cmd/terminal and navigate to the project folder
-
Run the following commands in your terminal
To install dependencies
npm install
Run the project
node app.js
Now open your browser and navigate 127.0.0.1:3000 or localhost:3000
done!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.