Skip to content

itzMaximee/Money-Distribution-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💵 Money Distribution Calculator

GitHub repo size
GitHub issues
GitHub stars
GitHub forks
License


🧾 Overview

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.


✨ Features

  • 🎯 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

🛠️ Tech Stack

  • HTML5
  • CSS3
  • Vanilla JavaScript

📁 Project Structure


Money-Distribution-Calculator/
│── index.html        # Main interface
│── styles.css        # Styling
│── script.js         # Logic
│── assets/ (optional) # Images, icons, etc.
│── README.md          # Project documentation


🚀 Installation & Usage

  1. Clone the repository

    git clone https://github.com/itzMaximee/Money-Distribution-Calculator.git
    cd Money-Distribution-Calculator
    
  2. Open the project

    • Simply open index.html in your browser
    • No build or server required
  3. 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

📸 Screenshot / Demo

(Add screenshots or GIFs here to show your UI and workflow)


🤝 Contributing

Contributions, bug reports, and feature suggestions are welcome!

  1. Fork this repository
  2. Create a branch: git checkout -b feature/your-feature
  3. Make your changes
  4. Commit: git commit -m "Add some feature"
  5. Push: git push origin feature/your-feature
  6. Open a Pull Request

📜 License

This project is licensed under the MIT License — see the LICENSE file for details.


🌱 Future Enhancements

  • ✅ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks