- Complete expense tracker app built from scratch using react 18/19, bun, and hono
- 100% backend and frontend TypeScript with validation using Zod
- Hono Typescript RPC for type safe HTTP requests
- User auth managed by Kinde Auth
- Tanstack Router, Query, and Form for the best UX and DX in an SPA
- Drizzle ORM for all interactions with a SQL Database
- Hosted on fly.io VPS
- Clean, modern UI using tailwind & shadcn-ui
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.1.6. Bun is a fast all-in-one JavaScript runtime.