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)
- Host: GitHub
- URL: https://github.com/akabharat/bmi-calculator
- Owner: AKABharat
- License: mit
- Created: 2023-05-08T03:33:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T04:59:15.000Z (over 2 years ago)
- Last Synced: 2025-01-10T21:11:40.044Z (9 months ago)
- Topics: beginner, bmi, bmi-calculator, calculator, html, mini-project, nodejs, project
- Language: CSS
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-
## 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.