This is a simple web application built with ReactJS that allows users to create orders and calculate the total cost for each individual. The app also offers the functionality to add tax or expenses, which will be evenly distributed among the orders to ensure accurate cost sharing.
Managing group expenses can be cumbersome, especially when it comes to sharing costs evenly. The Order Tracker aims to simplify this process by allowing users to create orders and know the exact total for each person involved. Additionally, the app provides the flexibility to include taxes or shared expenses, making it easier to divide costs fairly among participants.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/reactjs-order-tracker-app.git - Navigate to the project directory:
cd reactjs-order-tracker-app - Install the dependencies:
npm install
To run the app, use the following command:
npm run devThis will start the development server and open the app in your default browser at http://localhost:5173.
The ReactJS Order Tracker App offers the following features:
- Create Orders: Users can create new orders and add items to each order.
- Individual Totals: The app calculates the total cost for each individual based on the items they have added to their order.
- Tax and Expenses: Users can include tax or shared expenses, which will be evenly distributed among the orders for accurate cost sharing.
- Clear Overview: The app provides a clear overview of all orders and their respective totals.
- Responsive Design: The app is fully responsive and can be used on any device.
- Items List: The app provides a list of all items that have been added to the orders.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-feature-branch - Make your changes and commit them:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-feature-branch - Create a new Pull Request
This project is licensed under the MIT license.
We hope you find the Order Tracker App useful for managing shared expenses and order totals. If you encounter any issues or have suggestions for improvement, feel free to create an issue or reach out to us. Happy tracking!