AEON Fantasy App will be a modern, cross-platform mobile application for AEON Fantasy arcade users, built with React Native, Expo, and TypeScript. It enhances the arcade experience by providing features like user profile management, arcade discovery, activity tracking, and more—all in a playful, user-friendly interface.
AEON-Fantasy-App/
├── app/
│ ├── (tabs)/
│ │ ├── activity.tsx # Activity & spending chart
│ │ ├── arcade.tsx # Arcade discovery & filter
│ │ ├── profile.tsx # User profile & settings
│ │ ├── scan.tsx # (Placeholder for QR scan)
│ │ └── index.tsx # Home screen
│ ├── _layout.tsx # App layout & navigation
│ ├── modal.tsx # Modal for theme toggle
│ └── +not-found.tsx # 404 screen
├── assets/ # Images, icons, fonts
├── components/ # Shared UI components & hooks
├── constants/ # Theme colors, etc.
├── package.json
├── tsconfig.json
└── ...
assets/ to match your brandconstants/Colors.ts for easy updatesA video showcasing the AEON Fantasy App:
This project is for personal purposes and not for commercial use.