SPLIT.IT is a browser-based bill-splitting app that lets users easily divide expenses, track shared costs, and download bill summaries—ensuring fair payment distribution for groups. ⚖️💸
Clone the Repository & navigate into the directory
git clone https://github.com/siliconvolley/split-it-web.git
cd split-it-webUse Docker to build the container
docker compose upInstall dependencies
npm installRun the application
npm run dev