Repartija is a modern web application designed to simplify the process of bill splitting. Ideal for scenarios like dining out, traveling with friends, or sharing household expenses, Repartija offers a user-friendly interface to ensure that everyone pays their fair share.
- Bill Splitting: Easily split bills among multiple participants.
- Multi-Language Support: Available in English, Spanish, French, and Portuguese.
- Interactive UI: Built with React, Tailwind CSS, and DaisyUI for a responsive and engaging user experience.
- Session Management: Create and manage sessions to keep track of different bill splitting scenarios.
- Real-Time Calculations: Immediate updates on individual payments as more data is entered.
To get started with Repartija, go ahead to this repo GitHub Pages website.
Or if you want to change things you always can clone this repository to your local machine.
git clone https://github.com/your-repository/repartija.git
cd repartijaSince the application is built using HTML, CSS, and JavaScript with libraries hosted via CDNs, no additional package installations are required. Simply open the index.html file in a web browser to start using the application.
- Start a Session: Create a new session for a group or use an existing one.
- Enter Details: Add the names and the amount each person needs to pay.
- Calculate: The app calculates and displays how much each person owes or is owed.
- React: For building the user interface.
- Tailwind CSS & DaisyUI: For styling.
- i18next: For internationalization support.
- Babel: To compile JSX code.
Contributions to Repartija are welcome. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make changes or add new features.
- Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
For support, please open an issue in the GitHub repository.
This project is licensed under the MIT License - see the LICENSE.md file for details.