Skip to content

AnuragRajuSalpe/Calculator-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Calculator-Project

This is a Simple Calculator that you can use directly in your web browser. It's built with HTML, which sets up all the buttons and the display screen; CSS, which makes it look clean and easy to use; and JavaScript, which handles all the math and makes sure the calculator actually works when you press the numbers and operations. It performs basic arithmetic operations including addition, subtraction, multiplication, and division and also have Trigonometric functions: sin, cos, tan and Power functions: square, cube, square root, cube root and Other operations: Factorial, Exponential, and clear/reset and History feature with delete option. It's a lightweight calculator and perfect as a beginner-level project to understand DOM manipulation and event handling in JavaScript.

About

This is a Simple Calculator that you can use directly in your web browser. It's built with HTML, which sets up all the buttons and the display screen; CSS, which makes it look clean and easy to use; and JavaScript, which handles all the math and makes sure the calculator actually works when you press the numbers and operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors