{"id":21243942,"url":"https://github.com/aaronksaunders/appwrite-exporouter-app","last_synced_at":"2025-03-15T04:23:32.988Z","repository":{"id":261728422,"uuid":"885158766","full_name":"aaronksaunders/appwrite-exporouter-app","owner":"aaronksaunders","description":"Expo Router AppWrite Authentication Drawer Navigation with Nested Tabs","archived":false,"fork":false,"pushed_at":"2024-11-14T18:33:38.000Z","size":1154,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T20:11:21.211Z","etag":null,"topics":["appwrite-auth","appwrite-expo","appwrite-react-native","expo-appwrite","expo-router-auth","expo-router-drawer","expo-router-tabs","react-native-appwrite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaronksaunders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-08T04:10:42.000Z","updated_at":"2024-11-30T17:14:57.000Z","dependencies_parsed_at":"2024-11-08T05:19:19.569Z","dependency_job_id":"15527474-7fbf-4501-ae27-077b4def536c","html_url":"https://github.com/aaronksaunders/appwrite-exporouter-app","commit_stats":null,"previous_names":["aaronksaunders/appwrite-exporouter-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronksaunders%2Fappwrite-exporouter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronksaunders%2Fappwrite-exporouter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronksaunders%2Fappwrite-exporouter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronksaunders%2Fappwrite-exporouter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronksaunders","download_url":"https://codeload.github.com/aaronksaunders/appwrite-exporouter-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243682897,"owners_count":20330516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite-auth","appwrite-expo","appwrite-react-native","expo-appwrite","expo-router-auth","expo-router-drawer","expo-router-tabs","react-native-appwrite"],"created_at":"2024-11-21T01:14:51.725Z","updated_at":"2025-03-15T04:23:32.969Z","avatar_url":"https://github.com/aaronksaunders.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expo Authentication App 🔐\n\nA modern authentication application built with [Expo](https://expo.dev), featuring a complete authentication flow using [Appwrite](https://appwrite.io) as the backend service.\n\n## Features\n\n- 🔒 Complete authentication flow\n  - User sign-in\n  - User registration\n  - Secure session management\n  - Logout functionality\n- 📱 Modern UI with Tailwind CSS\n- 🎯 TypeScript for type safety\n- 📁 Organized file structure with Expo Router\n- 🔄 Context-based state management\n\n## Project Structure\n\n```\napp/\n├── (app)/                   # Protected app routes\n│   ├── (drawer)/           # Drawer navigation\n│   │   └── (tabs)/         # Tab navigation\n│   │       └── index.tsx   # Home screen\n│   └── _layout.tsx         # App layout with auth protection\n├── sign-in.tsx             # Sign in screen\n├── sign-up.tsx             # Sign up screen\n└── _layout.tsx             # Root layout\n```\n\n## Getting Started\n\n1. Clone the repository\n   ```bash\n   git clone [repository-url]\n   ```\n\n2. Install dependencies\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables\n   Create a `.env` file with your Appwrite credentials:\n   ```env\n   EXPO_PUBLIC_APPWRITE_ENDPOINT=your-endpoint\n   EXPO_PUBLIC_APPWRITE_PROJECT_ID=your-project-id\n   ```\n\n4. Start the development server\n   ```bash\n   npx expo start\n   ```\n\n## Technology Stack\n\n- **Frontend Framework**: Expo/React Native\n- **Styling**: Tailwind CSS (via NativeWind)\n- **Navigation**: Expo Router\n- **Backend**: Appwrite\n- **Language**: TypeScript\n- **State Management**: React Context\n\n## Key Components\n\n- **Authentication Context**: Manages user session state and auth operations\n- **Protected Routes**: Automatic redirection for unauthenticated users\n- **Drawer Navigation**: Side menu for app navigation\n- **Tab Navigation**: Bottom tabs for main app sections\n\n## Development\n\nTo start developing:\n\n1. Run the development server:\n   ```bash\n   npx expo start\n   ```\n\n2. Choose your preferred development environment:\n   - Press `i` for iOS simulator\n   - Press `a` for Android emulator\n   - Scan QR code with Expo Go app for physical device\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## Learn More\n\n- [Expo Documentation](https://docs.expo.dev/)\n- [Appwrite Documentation](https://appwrite.io/docs)\n- [NativeWind Documentation](https://www.nativewind.dev/getting-started/expo-router)\n- [Expo Router Documentation](https://docs.expo.dev/router/introduction/)\n\n## GitHub Issues Referenced\n\n- https://github.com/react-navigation/react-navigation/issues/12237\n\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronksaunders%2Fappwrite-exporouter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronksaunders%2Fappwrite-exporouter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronksaunders%2Fappwrite-exporouter-app/lists"}