Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.14 KB

express-beginner-projects

calculator

This is a simlple calculator WebApp which adds Two numbers built using Express Install Nodemon for auto-reload PS :-) it will reduce your time , to install nodemon use the following command

node install -g nodemon

Then to run the project use

nodemon calculator

The simple UserInterface

Screenshot 2022-12-16 at 7 24 08 AM

The Output

Screenshot 2022-12-16 at 7 25 45 AM

BMI calculator

will calculate your Body Mass Index for the Weight and Heigth inputs in standard units like kgs,cms.

Screenshot 2022-12-16 at 8 13 41 AM

Output

Screenshot 2022-12-16 at 8 14 04 AM