Personal Experience Database with Bucket List Manifestation
Mobile app built with Laravel + Livewire + NativePHP for iOS and Android. Offline-first with SQLite storage.
- Full CRUD operations for events with photos
- Categories: Food & Dining, Music, Travel, Activities, Culture, Other
- 1-5 star rating system
- Search and filter functionality
- Location and date tracking
- Full CRUD operations for dreams/goals
- Priority system (1-5 stars)
- Categories: Travel, Adventure, Learning, Career, Health, Relationships, Experiences, Other
- Achievement tracking with celebrations
- Target date management
- Link achieved dreams to events
- Real-time metrics for events and dreams
- Recent activities and achievements
- Completion rates and progress tracking
- Category breakdown for both events and dreams
- Bottom navigation: Home, Events, Dreams, Stats
- Offline-first with SQLite storage
- Touch-optimized UI (44px+ targets)
- Native photo capture and gallery integration
- Backend: Laravel 12 + Livewire
- Mobile: NativePHP for Android
- Database: SQLite (local storage)
- Frontend: Alpine.js + Tailwind CSS 4
# Development
composer run dev # Start full development stack
php artisan serve # Laravel server only
npm run dev # Vite development
# Mobile builds
php artisan native:android # Build Android app✅ Completed MVP with both Events and Dreams (Bucket List) functionality ready for mobile deployment.