Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 539 Bytes

File metadata and controls

13 lines (11 loc) · 539 Bytes

A Simple Calculator with Voice-Input

A Simple Calculator using HTML, CSS & Javascript title-pic 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
  • CSS [Style/Presentation]
  • Javascript [Logic/Working of Calculator]