A project to help resolve balances between friends using natural language processing and a debt simplification algorithm.
Live on Vercel: https://splitgpt-alexwei.vercel.app/ Backend: https://github.com/alexcjwei/splitgpt-backend
This is my first time using SvelteKit so we just have a single-page app. SvelteKit was pretty nice.
This is just the frontend, so we have:
- Basic text form with validation,
- Editable table inputs which updates dynamic content,
- Debt simplification algorithm which runs on the table data.
Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open