Skip to content

Latest commit

 

History

History
 
 

LCM-HCF-CALCULATOR

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

LCM-HCF

HCF and LCM calculator finds the highest common factor and lowest common multiple for the given numbers.


Here are some screen shots



Built with

html css js node express


How to get the clone on your local machine:


  • Download or clone the repository
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
  • Go to the directory
  • open the terminal
  • run the following command to install node modules
npm install
  • then run the following command to start the server
node src/app.js

Happy Coding!