Money Distribution Calculator is a web-based tool that helps users distribute a total amount of money into multiple parts or categories — for example, splitting funds among people, allocating budgets, or distributing sums evenly. The tool is simple, intuitive, and designed to run in-browser.
- 🎯 Split a total amount into parts (equal or custom percentages)
- 🔢 Supports decimal / currency inputs
- 📊 Real-time calculation and updates
- 📱 Responsive layout for desktop and mobile
- 🧼 Clean UI using vanilla HTML, CSS, JavaScript
- HTML5
- CSS3
- Vanilla JavaScript
Money-Distribution-Calculator/
│── index.html # Main interface
│── styles.css # Styling
│── script.js # Logic
│── assets/ (optional) # Images, icons, etc.
│── README.md # Project documentation
-
Clone the repository
git clone https://github.com/itzMaximee/Money-Distribution-Calculator.git cd Money-Distribution-Calculator -
Open the project
- Simply open
index.htmlin your browser - No build or server required
- Simply open
-
Use the tool
- Enter the total amount
- Define how many parts or categories you want to split into
- Optionally assign custom percentages or fixed amounts
- The tool will display the amount for each part dynamically
(Add screenshots or GIFs here to show your UI and workflow)
Contributions, bug reports, and feature suggestions are welcome!
- Fork this repository
- Create a branch:
git checkout -b feature/your-feature - Make your changes
- Commit:
git commit -m "Add some feature" - Push:
git push origin feature/your-feature - Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.
- ✅ Add support for multiple currencies
- 🧮 Option to round distributions to nearest cent / unit
- 📂 Save or export results (JSON, CSV)
- 🌙 Add dark / light theme toggle
- 🔁 Add history / reset function
- 💡 Add validations or warnings for rounding issues