Commit Graph

2 Commits

Author SHA1 Message Date
3b05381280 docs: Migrate all documentation to Wiki
- Move all MD files to Gitea Wiki
- Simplify README with links to Wiki
- Remove redundant documentation files
- Keep only README, .env.example, and firestore.rules in repo

Wiki pages created:
- Home (overview)
- Quick-Start
- Installation
- Configuration-Firebase
- Dépannage
- Tests
- Déploiement
- Développement
- Changelog
- API-Reference
2025-10-23 18:03:35 +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