#project title: Calculator
it's a web based calculator easy to use.. made with 3 files..index.html,main.js,style.css
index.html: this is a html file,that creates the website. in this file,website is designed
main.js: this is a javascript file where functions are defined .this is the file where actual math works
style.css: this is a css file,it's main use is to make the website look like a calculator
this three files combined works as web calculator