Skip to content

kay-who-codes/Unique-Combination-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔢 Unique Possibility Calculator

A web application that calculates and displays all unique possible combinations based on user-input variables and group size.

App Image

Features

  • Calculates total unique combinations using permutations.
  • Dynamically updates results based on user input.
  • Displays a list of all possible unique combinations.
  • Clean, minimalist, and dark mode UI for a better user experience.

Usage

  1. Open the app in a browser - Unique Possibility Calculator.
  2. Enter the number of individual variables in the first input box.
  3. Enter the size of the combination group in the second input box.
  4. The app will instantly display:
    • The total unique combinations.
    • A list of all possible unique combinations.

Files

  • index.html: The main HTML file containing the structure of the app.
  • styles.css: The CSS file for styling the app with a dark mode interface.
  • script.js: The JavaScript file that:
    • Uses factorial-based permutation calculations.
    • Generates all possible unique combinations.
    • Dynamically updates the display based on user input.

Contributing

Feel free to contribute to this project by submitting issues, pull requests, or suggestions. If you want to add new features or improve existing ones, please fork the repository and submit a pull request.

Contact