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.
- Host: GitHub
- URL: https://github.com/03-bunny-06/find-anything
- Owner: 03-Bunny-06
- Created: 2024-10-09T06:54:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T04:08:05.000Z (4 months ago)
- Last Synced: 2025-02-20T05:22:31.549Z (4 months ago)
- Topics: css, html, html-css-javascript, html5, javascript, javascript-functions
- Language: JavaScript
- Homepage: https://find-anything.netlify.app/
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.---


