Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.27 KB

File metadata and controls

56 lines (40 loc) · 1.27 KB

Calculator Project

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.


Table of Contents


Features

Basic Calculator

  • Addition, subtraction, multiplication, division
  • Percentage calculation
  • Clear and reset functionality

Scientific Calculator

  • Trigonometric functions: sin, cos, tan
  • Logarithmic functions: log, ln
  • Power and square root calculations
  • Parentheses support for complex expressions

Graphing Calculator

  • Plot mathematical functions
  • Zoom and pan on the graph
  • Real-time updates using Chart.js

Screenshots

Basic Calculator

Basic Calculator

Scientific Calculator

Scientific Calculator

Graphing Calculator

Graphing Calculator


Installation

  1. Clone the repository:
git clone https://github.com/Falguni35/calculator.git