An Expo-based activity management application with a dark modern theme.
- Create, view, and manage activities
- Mark activities as complete/incomplete
- Priority levels (high, medium, low) with color coding
- Dark modern UI theme
- Activity statistics display
- Node.js 18+
- Expo CLI (
npm install -g expo-cli) - Expo Go app (for mobile testing)
npm install# Start the development server
npm start
# Run on Android
npm run android
# Run on iOS
npm run ios
# Run on Web
npm run web- Expo SDK 53
- React Native 0.79
- React 19
- TypeScript
- Dark modern theme with purple accent colors
activityhub-mobile/
├── app/ # App screens (expo-router)
├── assets/ # Images, fonts, icons
├── components/ # Reusable UI components
├── contexts/ # React contexts
├── hooks/ # Custom React hooks
├── types/ # TypeScript type definitions
├── app.json # Expo configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Dependencies