Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisha1703 authored Mar 18, 2024
1 parent e4cec88 commit 1b87eda
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
Welcome to the Interactive Calculator project! This project aims to create an interactive and user-friendly calculator application using HTML, CSS, and JavaScript.

**Core Features**
- Arithmetic Operations
This feature allows operations like addition, subtraction, multiplication, percentage, and division.
- Arithmetic Operations: This feature allows operations like addition, subtraction, multiplication, percentage, and division.

**Advanced Features**
- Interactive Buttons
Each button provides audio feedback on click, enhancing the interactive experience.
- Error Handling
For any invalid input, the calculator displays the error and prompts the user to enter the valid input
- Distinct Modes
The option to switch between dark, neutral, and light themes caters to user preferences and visual comfort.
- Control Buttons
Buttons with the ability to delete the last character, clear the display, and showcase the previous answer.
- Interactive Buttons: Each button provides audio feedback on click, enhancing the interactive experience.
- Error Handling: For any invalid input, the calculator displays the error and prompts the user to enter the valid input
- Distinct Modes: The option to switch between dark, neutral, and light themes caters to user preferences and visual comfort.
- Control Buttons: Buttons with the ability to delete the last character, clear the display, and showcase the previous answer.

**Project Structure**

The project structure is as follows:

index.html: Main HTML file containing the calculator interface.
style.css: CSS file for styling the calculator interface.
javascript.js: JavaScript file containing the calculator logic and functionality.
- index.html: Main HTML file containing the calculator interface.
- style.css: CSS file for styling the calculator interface.
- javascript.js: JavaScript file containing the calculator logic and functionality.

**Live Demo**

Expand Down

0 comments on commit 1b87eda

Please sign in to comment.