A cross-platform mobile application for mental health tracking and mood management. Built with React Native, Expo, and TypeScript.
- Mood Tracking - Record your daily mood on a scale of 1-10
- Tags & Notes - Add context with tags (work, family, health, etc.) and personal notes
- Statistics - View your mood trends over time with 7-day and 30-day averages
- Reminders - Set daily reminders to track your mood consistently
- Local Storage - All data is stored locally using SQLite for privacy
- Modern UI - Clean, intuitive interface with dark mode support
- React Native - Cross-platform mobile framework
- Expo - Development platform and tooling
- Expo Router - File-based routing
- TypeScript - Type-safe development
- SQLite - Local database storage
- Zustand - State management
- TanStack Query - Data fetching and caching
- NativeWind - Tailwind CSS for React Native
- Lucide React Native - Icon library
- Node.js 18+ (install with nvm)
- pnpm (install pnpm)
- iOS Simulator (for iOS development) or Android Studio (for Android development)
- Expo Go app (for testing on physical devices)
-
Clone the repository
git clone <YOUR_GIT_URL> cd neu
-
Install dependencies
pnpm install
-
Start the development server
pnpm start
-
Run on your device
- Press
ifor iOS Simulator - Press
afor Android Emulator - Scan QR code with Expo Go app on your phone
- Press
pnpm start- Start Expo development serverpnpm start-web- Start web development serverpnpm android- Run on Androidpnpm ios- Run on iOSpnpm lint- Run ESLintpnpm prebuild- Generate native projects
├── app/ # Expo Router screens
│ ├── (tabs)/ # Tab navigation
│ │ ├── index.tsx # Home screen
│ │ ├── stats.tsx # Statistics screen
│ │ ├── reminders.tsx # Reminders screen
│ │ └── settings.tsx # Settings screen
│ ├── mood-input.tsx # Mood input screen
│ └── onboarding.tsx # Onboarding flow
├── src/
│ ├── components/ # Reusable components
│ ├── screens/ # Screen components
│ ├── hooks/ # Custom React hooks
│ ├── storage/ # Database and storage logic
│ ├── theme/ # Theme configuration
│ └── utils/ # Utility functions
├── constants/ # App constants
└── app.json # Expo configuration
# Install EAS CLI
pnpm add -g @expo/eas-cli
# Configure project
eas build:configure
# Build for iOS
pnpm run build:ios
# Submit to App Store
eas submit --platform ios# Build for Android
pnpm run build:android
# Submit to Google Play
eas submit --platform android# Build for web
pnpm run build:web
# Deploy (example with Vercel)
vercel deployContributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
All data is stored locally on your device. No data is sent to external servers. Your privacy is our priority.
If you encounter any issues or have questions, please open an issue on GitHub.
Made with ❤️ for better mental health tracking