A mobile-first Progressive Web App for managing your home life - track cars, bills, todos, insurances, finances, and savings all in one place.
- Dark Theme UI - Clean black background with white text, matching modern design
- To-Do Management - Date-organized task list with completion tracking
- Local Storage - All data persists locally in your browser
- PWA Ready - Installable as a standalone app
- Mobile-First Design - Optimized for mobile devices
- Category Structure - Organized by Cars, Bills, To-Do, Insurances, Finances, Savings
- Individual category views (Cars, Bills, Insurances, Finances, Savings)
- Detailed item management for each category
- Search and filter functionality
- Notifications and reminders
- Data export/backup
- Open
index.htmlin a modern browser - Add tasks using the + button in the bottom navigation
- Toggle task completion by clicking the checkbox
- View categories in the Categories tab
- All data is automatically saved to local storage
- Open the app in a mobile browser (Chrome, Safari)
- Tap the browser menu → "Add to Home Screen"
- The app will install as a standalone PWA
All data is stored locally in your browser's localStorage. No data is sent to any server.
- Chrome/Edge (recommended)
- Safari (iOS 11.3+)
- Firefox
- Any modern browser with localStorage support
The app uses vanilla JavaScript with no dependencies. Simply open index.html in a browser or serve via a local web server.