Expenses Divider is a web application that helps you split expenses with friends and family. It's built with Next.js, Chakra UI, and other modern technologies.
- Easily add expenses and assign them to people
- Calculate the total amount each person owes
- View a summary of all expenses in one place
To install Expenses Divider, clone this repository and run:
npm install && npm run dev
This will install all the necessary dependencies and start the development server. You can then open http://localhost:3000 to view the application in your browser.
We welcome contributions from anyone interested in helping us improve Expenses Divider! Please check out our contributing guidelines for more information on how to get involved.