This project is a visually appealing calculator application designed to perform basic arithmetic operations, along with functionality for percentage calculations and number formatting. It features a user-friendly interface with modern and intuitive design aesthetics.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Percentage Calculation (%)
- Clear All Input (AC)
- Delete Last Digit (DEL)
- Double Zero Input (00)
- Decimal Point (.)
- Numbers (0-9)
- Clearly labeled and color-coded buttons for intuitive interaction.
- Click the buttons to input numbers and operations.
- Use
=to calculate the result.
ACclears all input and resets the calculator.DELremoves the last entered digit.
- Use
%for percentage calculations. - Use
.for decimal numbers.
- Use
00to quickly input double zero.
- HTML: Provides the structure of the calculator.
- CSS: Ensures styling and responsive layout.
- JavaScript: Powers the functionality and interactivity.
$ git clone https://github.com/SnehaChaursia/Calculator-Game.git$ cd calculator- Open
index.htmlin your browser to start using the calculator.
- Add scientific calculator functions.
- Improve accessibility for screen readers.
- Implement keyboard support for number and operator input.
TRY OUT HERE:https://snehachaursia.github.io/Calculator/