Skip to content

poojabsv/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Calculator

A simple calculator using HTML, CSS & Javascript This is a simple calculator functionality achieved using Javascript. The logic is very simple with the minimum lines of code possible.

Steps to execute this calculator:

  • Download the entire code
  • Open up the index.html.

Technologies used:

  • HTML (Body)
  • CSS [style/Presentation]
  • Javascript for the [Logic/Working of calculator]