Modulare Vertrags-Management App für iOS und Android
Go to file
Justn Ursan 4d48142752 chore: initial project setup with modular architecture
- Add React Native project structure
- Configure TypeScript with path aliases
- Setup Zustand state management
- Integrate Supabase for backend
- Implement design system and shared components
- Add navigation structure (Auth & App stacks)
- Configure versioning tools (husky, commitlint, standard-version)
- Setup CI/CD workflows
- Add comprehensive documentation
2025-11-17 22:33:59 +01:00
.github/workflows chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
.husky chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
src chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
.commitlintrc.js chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
.env.example chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
.eslintrc.js chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
.gitignore chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
.prettierrc chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
.prettierrc.js chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
.releaserc.js chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
ARCHITECTURE.md chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
App.tsx chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
CHANGELOG.md chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
GETTING_STARTED.md chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
GITEA_SETUP.md chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
GIT_WORKFLOW.md chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
README.md chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
VERSIONING.md chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
VERSIONING_SETUP.md chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
babel.config.js chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
package.json chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00
tsconfig.json chore: initial project setup with modular architecture 2025-11-17 22:33:59 +01:00

README.md

Fristy

Eine moderne, modulare App zur Verwaltung aller persönlichen Verträge.

Features

  • 📱 Vertrags-Management: Alle Verträge an einem Ort
  • 🔔 Kündigungs-Erinnerungen: Nie wieder eine Frist verpassen
  • 💰 Kosten-Übersicht: Monatliche und jährliche Ausgaben im Blick
  • 📄 Dokumente: PDF-Uploads für Verträge
  • 🔐 Sicher: End-to-End verschlüsselt
  • 🎨 Modern: Schönes, intuitives Design
  • 🔄 Cross-Platform: iOS & Android

🚀 Quick Start

# Dependencies installieren
npm install

# iOS
npm run ios

# Android
npm run android

Siehe GETTING_STARTED.md für detaillierte Setup-Anleitung.

📋 Projekt Status

Version: 0.0.1 (Early Development)

Aktuelle Phase: Grundstruktur & Setup

Nächste Schritte:

  • Auth Screens implementieren
  • Contract CRUD Screens
  • Dashboard mit Statistiken
  • Push-Benachrichtigungen

🏗️ Architektur

  • Framework: React Native
  • State: Zustand
  • Backend: Supabase
  • Navigation: React Navigation
  • Language: TypeScript

Siehe ARCHITECTURE.md für detaillierte Architektur-Dokumentation.

📱 Unterstützte Plattformen

  • iOS 13+
  • Android 8.0+

🤝 Entwicklung

# Development Server starten
npm start

# Type Checking
npm run type-check

# Linting
npm run lint

# Tests
npm test

📄 Lizenz

Proprietary - Alle Rechte vorbehalten

👨‍💻 Autor

Fristy Team