The Student Management App is a simple yet powerful mobile application built using Jetpack Compose and Kotlin. It allows users to add, manage, and display student details efficiently. The app ensures smooth UI interactions and includes validation mechanisms for data input.
- ✅ Add New Students: Users can input student details, including first name, last name, email, and avatar.
- 📋 Student List: Displays the list of registered students.
- 📧 Email Validation: Ensures correct email format before submission.
- 🎉 Success Notification: Shows a confirmation message before navigating back to the student list.
- 🎨 Material Design UI: Utilizes Jetpack Compose with Material3 for a modern look and feel.
- Kotlin
- Jetpack Compose
- Material3 Components
- MVVM Architecture
- Clone the repository:
git clone https://github.com/bakaqc/prm-pe.git
- Open the project in Android Studio.
- Build and run the app on an emulator or a physical device.
This project is licensed under the MIT License.
Feel free to fork this repository and submit pull requests to improve the app!
Author: Quoc Chuong
GitHub: bakaqc