A Progressive Web App (PWA) for tracking your expenses and managing your budget.
- Track daily expenses
- Organize expenses by categories
- Works offline
- Installable on mobile devices
# Install dependencies
npm install
# Start development server
npm run dev
# Run tests
npm test
# Build for production
npm run build- React
- TypeScript
- Vite
- Tailwind CSS
- Dexie (IndexedDB)
- TanStack Query