From 1b87edac91a52e2fd937b7e223557e47c58aa3e4 Mon Sep 17 00:00:00 2001 From: Krisha Botadara <128887746+Krisha1703@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:53:32 +0700 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e6b564f..99827d4 100644 --- a/README.md +++ b/README.md @@ -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**