https://github.com/svaveop/percentagecomparison
Percentage comparison web
https://github.com/svaveop/percentagecomparison
calculator comparison css html javascript js num percentage
Last synced: 9 months ago
JSON representation
Percentage comparison web
- Host: GitHub
- URL: https://github.com/svaveop/percentagecomparison
- Owner: Svaveop
- License: mit
- Created: 2025-01-06T15:53:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T16:01:46.000Z (over 1 year ago)
- Last Synced: 2025-01-06T16:50:59.576Z (over 1 year ago)
- Topics: calculator, comparison, css, html, javascript, js, num, percentage
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Percentage Comparison Web App
This is a simple and interactive web application that calculates the percentage of one number relative to another. It's built using **HTML**, **CSS**, and **JavaScript**, making it lightweight and responsive.
## Features
- **User-Friendly Interface**: Clean design and simple layout.
- **Real-Time Calculations**: Compare two numbers and get the result instantly.
- **Responsive Design**: Works well on both desktop and mobile devices (but don't have bootstrap).
- **Error Handling**: Provides validation for invalid inputs and prevents division by zero.
## How to Use
1. Enter the first number in the input field labeled **"Enter the first number"**.
2. Enter the second number in the input field labeled **"Enter the second number"**.
3. Click the **"Compare"** button to calculate the percentage.
4. View the result displayed below the button.
## Cloning repository
```bash
git clone https://github.com/your-username/percentage-comparison.git