From ee2914a64eed0659eaad23d3a4723c9508f92016 Mon Sep 17 00:00:00 2001 From: 1911aditi <146438609+1911aditi@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:39:04 +0530 Subject: [PATCH 1/8] Add files via upload --- Calculators/SOUND-LEVEL-CALCULATOR/README.md | 0 Calculators/SOUND-LEVEL-CALCULATOR/index.html | 17 +++++++ Calculators/SOUND-LEVEL-CALCULATOR/script.js | 51 +++++++++++++++++++ Calculators/SOUND-LEVEL-CALCULATOR/style.css | 26 ++++++++++ 4 files changed, 94 insertions(+) create mode 100644 Calculators/SOUND-LEVEL-CALCULATOR/README.md create mode 100644 Calculators/SOUND-LEVEL-CALCULATOR/index.html create mode 100644 Calculators/SOUND-LEVEL-CALCULATOR/script.js create mode 100644 Calculators/SOUND-LEVEL-CALCULATOR/style.css diff --git a/Calculators/SOUND-LEVEL-CALCULATOR/README.md b/Calculators/SOUND-LEVEL-CALCULATOR/README.md new file mode 100644 index 000000000..e69de29bb diff --git a/Calculators/SOUND-LEVEL-CALCULATOR/index.html b/Calculators/SOUND-LEVEL-CALCULATOR/index.html new file mode 100644 index 000000000..450ab89d8 --- /dev/null +++ b/Calculators/SOUND-LEVEL-CALCULATOR/index.html @@ -0,0 +1,17 @@ + + +
+ + +Sound Level: 0 dB
+Sound Level: 0 dB
-Sound Level Calculator
A simple web-based sound level calculator that allows users to input two sound levels in decibels (dB) and calculate the combined sound level. -## Table of Contents -- [Demo](#demo) -- [Features](#features) -- [Technologies](#technologies) -- [Setup](#setup) -- [Usage](#usage) -- [License](#license) +## Tech Stacks :- - -## Features -- Simple and intuitive user interface -- Real-time calculation of combined sound levels -- Responsive design for mobile and desktop use - -## Technologies - HTML - CSS - JavaScript -## Setup -To set up the project locally, follow these steps: - -1. Clone the repository: - ```bash - git clone https://github.com/yourusername/sound-level-calculator.git - ``` - -2. Navigate to the project directory: - ```bash - cd sound-level-calculator - ``` - -3. Open `index.html` in your web browser: - ```bash - open index.html - ``` - -## Usage -1. Open the Sound Level Calculator in your web browser. -2. Enter two sound levels in decibels (dB) into the input fields. -3. Click the "Calculate" button to see the combined sound level. +## Screenshots :- -## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/ea90d4e9-8e3a-40f1-9949-f7134d663506) From 63876a75885976ba708cd20113ea2c54a6863faf Mon Sep 17 00:00:00 2001 From: Rakesh Roshan