Skip to content

cboby213/Engineering-Calculator-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Engineering-Calculator-

A responsive Engineering Calculator built using HTML, CSS, and JavaScript with support for scientific operations like sin, cos, log, square root, and power functions.

🧮 Engineering Calculator

A modern Engineering (Scientific) Calculator built using HTML, CSS, and JavaScript. It supports advanced mathematical operations and provides a clean, responsive user interface.


🚀 Features

  • Basic arithmetic operations (+, −, ×, ÷)

  • Scientific functions:

    • sin, cos, tan
    • log (base 10)
    • square root (√)
    • power (xʸ)
    • π (Pi value)
  • Clean and modern UI with gradient background

  • Fully responsive design

  • Single file implementation (easy to use)


🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)

📷 Preview

(# 🧮 Engineering Calculator

A modern Engineering (Scientific) Calculator built using HTML, CSS, and JavaScript. It supports advanced mathematical operations and provides a clean, responsive user interface.


🚀 Features

  • Basic arithmetic operations (+, −, ×, ÷)

  • Scientific functions:

    • sin, cos, tan
    • log (base 10)
    • square root (√)
    • power (xʸ)
    • π (Pi value)
  • Clean and modern UI with gradient background

  • Fully responsive design

  • Single file implementation (easy to use)


🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)

📷 Preview

image

⚙️ How to Use

  1. Clone the repository:

    git clone https://github.com/cboby213/engineering-calculator.git
  2. Open the project:

    • Open index.html in your browser

⚠️ Note

  • Trigonometric functions use radians by default

  • To use degrees:

    angle * Math.PI / 180
    

🌐 Live Demo

()


📌 Future Improvements

  • Degree/Radian toggle
  • Dark/Light mode switch
  • Keyboard input support
  • Graph plotting feature

👨‍💻 Author

Your Name


⭐ If you like this project, give it a star! )


⚙️ How to Use

  1. Clone the repository:

    git clone https://github.com/cboby213/engineering-calculator.git
  2. Open the project:

    • Open index.html in your browser

⚠️ Note

  • Trigonometric functions use radians by default

  • To use degrees:

    angle * Math.PI / 180
    

🌐 Live Demo

(Add GitHub Pages link here)


📌 Future Improvements

  • Degree/Radian toggle
  • Dark/Light mode switch
  • Keyboard input support
  • Graph plotting feature

👨‍💻 Author

boby Chandra


⭐ If you like this project, give it a star!

About

A responsive Engineering Calculator built using HTML, CSS, and JavaScript with support for scientific operations like sin, cos, log, square root, and power functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors