# Simple Manager Mobile ## Docs - [Appointment](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/api/entities/appointment.md): Appointment entity represents scheduled appointments in Simple Manager Mobile - [Record](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/api/entities/record.md): Record entity represents a general-purpose data record in Simple Manager Mobile - [Service](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/api/entities/service.md): Service entity represents services offered in Simple Manager Mobile - [useRecords](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/api/hooks/use-records.md): React hook for managing records with CRUD operations - [useThemeColor](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/api/hooks/use-theme.md): React hook for accessing theme-aware colors in light and dark modes - [RecordRepository](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/api/repositories/record-repository.md): Repository for managing record data persistence and retrieval operations - [RecordService](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/api/services/record-service.md): Service for managing record operations including creation, retrieval, updates, and deletion - [Clean Architecture Layers](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/architecture/clean-architecture.md): Understanding the four-layer architecture of Simple Manager Mobile - [Data Flow](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/architecture/data-flow.md): How data moves through Simple Manager Mobile's architecture layers - [Folder Structure](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/architecture/folder-structure.md): Complete guide to Simple Manager Mobile's project organization - [Architecture Overview](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/architecture/overview.md): High-level overview of Simple Manager Mobile's architecture and design principles - [Context Providers](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/components/context.md): React Context providers for managing global state - [Components Overview](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/components/overview.md): Overview of Simple Manager Mobile's component library - [Themed Components](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/components/themed-components.md): Theme-aware components that adapt to light and dark mode - [UI Components](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/components/ui-components.md): Reusable UI components for common patterns - [Data Model](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/concepts/data-model.md): Database schema and data structure for Simple Manager Mobile - [Database](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/concepts/database.md): SQLite database implementation and configuration - [Records](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/concepts/records.md): Understanding records in Simple Manager Mobile - [Validation](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/concepts/validation.md): Record validation rules and implementation - [Best Practices](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/development/best-practices.md): Coding standards and best practices for Simple Manager Mobile - [Development Rules](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/development/dev-rules.md): Essential development rules for Simple Manager Mobile - [Project Roadmap](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/development/roadmap.md): Development roadmap and feature tracking for Simple Manager Mobile - [Installation](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/installation.md): Set up your development environment and install Simple Manager Mobile - [Introduction](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/introduction.md): Welcome to Simple Manager Mobile - A mobile-first management application built with Expo and React Native - [Quick Start](https://mintlify.wiki/marcosfabricio3/simple-manager-mobile/quickstart.md): Get Simple Manager running in under 5 minutes and create your first record