ConnectiWork is a mobile app for job connections during the 2030 World Cup in Morocco. It helps regular people (youth, adults, unemployed) find short-term jobs during the event, such as restaurant workers, event organizers, and security personnel.
- Modern UI with iOS-inspired design
- Google Maps integration for job location visualization
- Job swipe interface
- Chat functionality
- Multilingual support
- Profile management
This project requires a Google Maps API key to function properly. For security reasons, the actual API keys have been removed from the repository and replaced with placeholders.
Before running the app, you need to:
- Get a Google Maps API key from the Google Cloud Console
- Replace the placeholder
YOUR_API_KEY_HEREwith your actual API key in the following files:android/app/src/main/AndroidManifest.xmlios/Runner/AppDelegate.swiftios/Runner/Info.plist
- Ensure you have Flutter installed on your machine
- Clone this repository
- Run
flutter pub getto install dependencies - Set up your API keys as described above
- Run
flutter runto start the app
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.