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

https://github.com/03-bunny-06/find-anything

Find Anything is one stop for all the simple calculations. This application is a collection of calculators built with HTML, CSS, and JavaScript to handle various mathematical and financial computations interactively.
https://github.com/03-bunny-06/find-anything

css html html-css-javascript html5 javascript javascript-functions

Last synced: 2 months ago
JSON representation

Find Anything is one stop for all the simple calculations. This application is a collection of calculators built with HTML, CSS, and JavaScript to handle various mathematical and financial computations interactively.

Awesome Lists containing this project

README

        

# Find Anything Application

## Project Description

This application is a collection of **calculators** built with **HTML, CSS, and JavaScript** to handle various **mathematical and financial computations** interactively. Each calculator serves a specific purpose and displays results dynamically with **appropriate visual feedback**.

## Features

### **BMI Calculator**
- Calculates the **Body Mass Index (BMI)** based on **height (cm) and weight (kg)**.
- Categorizes results into **Underweight, Normal, Overweight, or Obese**.
- Displays an **emoji** to represent the BMI category.

### **Loan Calculator**
- Calculates the **Equated Monthly Installment (EMI)** for a loan based on the **principal amount, interest rate, and loan duration**.
- Displays the EMI result with an **emoji** representing the calculation.

### **Profit & Loss Calculator**
- Determines **profit or loss** by comparing the **cost price and selling price**.
- Indicates **profit or loss amount** and displays respective **emojis**.

### **Simple Interest Calculator**
- Computes the **total accumulated amount (principal + interest)** over a given period.
- Provides a detailed breakdown of **total investment and returns**.

### **Percentage Calculator**
- Calculates a **percentage of a given amount**.
- Displays the calculated **percentage** along with an **emoji**.

### **Tip Calculator**
- Computes the **tip amount** and **total bill** based on the **bill amount and tip percentage**.
- Provides a **breakdown of the tip and total cost**.

### **Grade Calculator**
- Calculates the **sum and average of marks** for three subjects (**Math, Physics, Chemistry**).
- Displays **performance emojis** based on score ranges.

### **Password Strength Checker**
- Dynamically evaluates **password strength** based on:
- Presence of **numbers, lowercase/uppercase letters, and special characters**.
- Length of the password.
- Visualizes **password strength** using a **progress bar** with varying colors and widths.

### **Age Calculator**
- Determines **age** based on **date of birth** and a **specified current date**.
- Outputs the **calculated age** in **years, months, and days**.

## Technologies Used

- **HTML:** Structure of the calculators and input fields.
- **CSS:** Styling, transitions, and visual effects for dynamic outputs.
- **JavaScript:** Logic for calculations, validations, and DOM manipulations.

## How to Use

1. **Open the application** in any modern **web browser**.
2. **Navigate** to the desired **calculator section**.
3. **Enter** the required inputs in the respective fields.
4. **Click** the **Check** or **Calculate** button to view the result.
5. **Use** the **Reset** button to clear inputs and outputs.

## File Dependencies

- **Images:** Emojis used in results are located in the `Find-Anything-Images/` directory.
- Example: `11.png` for **Underweight**, `12.png` for **Normal**, etc.

---

![image](https://github.com/user-attachments/assets/25f13320-59c2-4d46-8aa0-bab135325bbe)

![image](https://github.com/user-attachments/assets/e7d754f1-554a-4e03-ba20-0ef8d13f72cb)

![image](https://github.com/user-attachments/assets/ec6a34ae-a4ca-413c-8355-87b20b3e5abe)