Connecting candidates to recruiters
- Splash Screen
- simple login/sign up pages
- Language: Kotlin
- UI Framework: Jetpack Compose
- Design System: Material Design 3
- Build System: Gradle (Kotlin DSL)
- Minimum SDK: 24 (Android 7.0)
- Target SDK: 36
app/src/main/java/com/example/cailights/
├── ui/
│ ├── theme/ # Material 3 Theme configurations
│ ├── SignInScreen.kt # Multi-state Sign In UI and logic
│ ├── SignUpScreen.kt # Registration form with validation and verification
│ └── SplashScreen.kt # Animated entry screen
└── MainActivity.kt # Main entry point managing navigation state
- Clone the repository:
git clone <repository-url>
- Open in Android Studio: Use the latest version of Android Studio (Ladybug or newer recommended).
- Sync Gradle: Ensure all dependencies are downloaded.
- Run the app: Deploy to an emulator or physical device running Android 7.0 (API 24) or higher.