Commit Graph

6 Commits

Author SHA1 Message Date
39366085b2 Add comprehensive project summary 2025-10-23 14:58:18 +02:00
51dad5044f Add next steps guide for quick start 2025-10-23 14:51:13 +02:00
e99d00b83b Add deployment guide, contributing guidelines and changelog
- Add DEPLOYMENT.md with complete deployment instructions
- Add CONTRIBUTING.md for contributors
- Add CHANGELOG.md to track versions
- Add .env.example for environment variables
2025-10-23 14:42:11 +02:00
5eb5c7a2f8 Add utilities, constants, sample data and quick start guide
- Add helper functions (formatCurrency, formatDate, validation, etc.)
- Add constants (colors, spacing, error messages, etc.)
- Add sample data generator for testing
- Add QUICKSTART.md for quick setup
- Update app.json with proper configuration
2025-10-23 14:39:15 +02:00
8bde3d4f21 Initial commit: WalletTracker app with Firebase integration
- Setup Expo project with TypeScript
- Implement authentication (Login/Signup/Logout)
- Create Dashboard, Transactions, Subscriptions, and Analysis screens
- Add Firebase services (Auth, Firestore, Storage)
- Implement real-time synchronization
- Add charts and analytics
- Create reusable components (Button, InputText, TransactionCard, SubscriptionCard)
- Configure React Navigation with bottom tabs
- Add Firestore security rules
- Create comprehensive documentation (README, FIREBASE_SETUP, TESTING)
2025-10-23 14:36:36 +02:00
c10b5ae013 Created a new Expo app 2025-10-23 13:24:21 +02:00