Simple Calculator

Overview

A simple calculator made by using HTML CSS and JavaScript.to perform calculations like additon (+) , subtraction (-) , multiplication (*) , division (/) , modulus (%) etc JavaScript is used.For performing trignometric functions I used sin() tan() functions. Screenshot 2024-09-18 202721

Features

  • Beautiful Sleek UI
  • Responsive Design

Technologies Used

  • HTML: For structuring the web app.
  • CSS: For styling and making the app visually appealing.
  • JavaScript: For implementing functionality and interactivity.