Skip to content

0xtejas/simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Languages Used

  • JavaScript
  • CSS
  • HTML First Project made out of the above languages.

How to use

  1. Clone the code.
  2. Open the folder in Vscode.
  3. Hit Ctrl + F5 or F5.
  4. It launches the calculator in Windows Edge.

Configure Launch.json

In Launch.json file, edit file variable to the current calculator.html file's location.

For example:

If the calculator.html file's path is C:\Users\<UserName>\Desktop\calculator\calculator.html then change the file path in Launch.json in the following manner, C:\\Users\\<UserName>\\Desktop\\calculator\\calculator.html.

Screenshot of the Interface

image