An open API service indexing awesome lists of open source software.

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

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