Skip to content

ujjwaltyagi355/BMI_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI_Calculator

  • This repo contains code for BMI calculator.
  • This is a webapp which is build using basic HTML, JavaScript, Node.js and Express.js.
  • This web app has a really simple UI but it does all calculations on the server(i.e. local device) rather that brower side processing.
  • This module is implementations of basic server side developement(Back-End) using Express.Js.

Working

  • The basic HTML page is rendered at the get request made by "localhost:3000/"

image


  • The inputs are parsed in the body of the request and are extracted for using in the post request

image


  • The Output is posted in the browser itself.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors