2023-12-19 09:43:30 -05:00
PWA
2023-12-10 12:04:15 -05:00
2023-12-05 17:39:05 -05:00
2023-12-05 17:39:05 -05:00
2023-12-05 17:39:05 -05:00
2023-12-11 11:39:04 -05:00
2023-12-11 11:54:24 -05:00
2023-12-14 12:05:46 -05:00
2023-12-05 17:39:05 -05:00
2023-12-05 17:39:05 -05:00
2023-12-08 16:33:12 -05:00

Spliit

Spliit is a free and open source alternative to Splitwise. I created it back in 2022 as a side project to learn the Go language, but rewrote it with Next.js since.

Features

  • Create a group and share it with friends
  • Create expenses with description
  • Display group balances
  • Create reimbursement expenses
  • Progressive Web App
  • Select all/no participant for expenses

Possible incoming features

  • Tell the application who you are when opening a group (#7)
  • Ability to create recurring expenses (#5)
  • Ability to split expenses unevenly (#6)

Stack

Contribute

The project is open to contributions. Feel free to open an issue or even a pull-request!

Run locally

  1. Clone the repository (or fork it if you intend to contribute)
  2. npm install
  3. Start a PostgreSQL server. You can run ./start-local-db.sh if you dont have a server already.
  4. Copy the file .env.example as .env
  5. npm run dev

License

MIT, see LICENSE.

Description
Free and Open Source Alternative to Splitwise. Share expenses with your friends and family.
Readme MIT 15 MiB
Languages
TypeScript 97.9%
JavaScript 1.1%
CSS 0.5%
Dockerfile 0.3%
Shell 0.2%