A tiny, tap-first web app to log horse-care jobs and total amounts owed by owner.
- Tap job buttons (no typing)
- Running totals by owner and horse
- Undo last log
- Mark owner as paid (moves their current jobs into Paid History and clears their running total)
- Copy weekly summary (WhatsApp-ready text)
- Export CSV
- Data saved locally in the browser (no account)
npm install
npm run dev- Push this folder to a GitHub repo (e.g.
RapiDic3/farm-mate). - In Vercel: Add New → Project → Import from GitHub → select repo → Deploy.
- You’ll get a live URL like
https://farm-mate.vercel.app.
- Prices/jobs are defined in
src/App.jsxin theJOBSarray. - Data lives in
localStorage, so each device has its own running totals.