A feature-rich calculator project with Basic, Scientific, and Graphing functionalities. Built as a web-based application using HTML, CSS, and JavaScript, and enhanced with Chart.js for graph plotting.
- Addition, subtraction, multiplication, division
- Percentage calculation
- Clear and reset functionality
- Trigonometric functions: sin, cos, tan
- Logarithmic functions: log, ln
- Power and square root calculations
- Parentheses support for complex expressions
- Plot mathematical functions
- Zoom and pan on the graph
- Real-time updates using Chart.js
- Clone the repository:
git clone https://github.com/Falguni35/calculator.git

