A mobile application developed during HackHPI 2025 to help people manage and track their tinnitus symptoms.
- 📋 Comprehensive tinnitus questionnaire
- 👤 User authentication and profiles
- 🌓 Dark/Light mode support
- 📱 Cross-platform (iOS & Android)
- 🔔 Customizable notifications
- 📊 Tinnitus level tracking
-
Install dependencies
npm install
-
Start the development server
npx expo start
You can run the app using:
- Expo Go on your physical device
- iOS Simulator (Mac only)
- Android Emulator
- Web browser
- React Native with Expo
- SQLite for local data storage
- Supabase for authentication
- Expo Router for navigation
The app structure is organized as follows:
/app
- Main application code/components
- Reusable React components/utils
- Helper functions and database operations/assets
- Images and other static resources