Skip to content

Get started with Express with this beginner-friendly project! This simple app features a calculator and a BMI calculator, both built using Express and JavaScript. Check out the code on GitHub to see how easy it is to create a functional web app with Express.

Notifications You must be signed in to change notification settings

coffeeDevloper/express-beginner-projects

Repository files navigation

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

About

Get started with Express with this beginner-friendly project! This simple app features a calculator and a BMI calculator, both built using Express and JavaScript. Check out the code on GitHub to see how easy it is to create a functional web app with Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published