An open API service indexing awesome lists of open source software.

https://github.com/akabharat/bmi-calculator

simple js addition calculator help in learning how js work in background with NodeJS (express.js)
https://github.com/akabharat/bmi-calculator

beginner bmi bmi-calculator calculator html mini-project nodejs project

Last synced: 8 months ago
JSON representation

simple js addition calculator help in learning how js work in background with NodeJS (express.js)

Awesome Lists containing this project

README

          

# BMI-Calculator-Working :
Simple js addition calculator help in learning how js work in background with NodeJS (express.js)
To run the code :-
- go to the file directory in git bash or hyper terminal.
- if node is installed, than install express : npm install express
- run command : node server.js or if nodemon package is installed than run : nodemon server.js
- go to any brower, type in URL section : localhost:3000/bmicalculator
-
![image of bmi calculator](/mobile.png)

## License

This code repository is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute the code in this repository for both commercial and non-commercial purposes.