Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
81
From
Mar 22, 2021
To
Nov 4, 2021
About congyaqwq/account
Account is a Vue-based web application that helps calculate individual expenses and transfer amounts when multiple people share costs together. Built with Vue 3 and Ant Design 2, it solves the common problem of splitting bills among groups—for example, when some people participate in breakfast while others join lunch or dinner, the app figures out what each person owes.
The application includes expense tracking with deduplication for names, local storage caching for offline use, and a transfer calculation feature that shows how much money needs to move between individuals to settle debts. A desktop web version launched in December 2024 adds AI-powered text conversion functionality to streamline expense entry. The project has also expanded to include a WeChat mini-program version.
Users can access the web version online, add the application to their phone's home screen for convenient access, and their expense data persists across sessions through browser storage. The latest version uses Vite as the build tool following a reconstruction from the previous setup.