Jobify 🚀 Welcome to Jobify, your go-to job portal app! This Android application is built using Kotlin, and it leverages Firebase Storage and Firebase Realtime Database to provide a seamless experience for job seekers and employers alike. Features 🌟
- User Authentication: Sign up and sign in using Firebase Authentication.
- Job Posting: Companies can post job listings.
- Job Applications: Job seekers can apply for posted jobs.
- Application Management: Employers can accept or reject applicants.
- Email Notifications: Send email notifications to users.
- Job Categories: Jobs are grouped into categories (still in development).
- Beautiful Icons: The app includes wonderful icons for an enhanced user experience. Getting Started 🛠️ Prerequisites Make sure you have the following installed on your machine:
- Android Studio
- Kotlin
- Firebase account Downloading the Project Clone the repository to your local machine:
https://github.com/rayynaldgitau/Mobile-app-.gitNavigate to the project directory:
cd jobifyConfiguring the Project 🔧
- Open the Project in Android Studio:
- Launch Android Studio and open the
Jobifyproject.
- Set Up Firebase:
Go to the Firebase Console.
Create a new project and add your Android app.
Download the
google-services.jsonfile and place it in theapp/directory of your project. - Add Dependencies:
Open the
build.gradle(Module: app) file and add the necessary Firebase dependencies:
implementation 'com.google.firebase:firebase-auth:21.0.1'
implementation 'com.google.firebase:firebase-database:20.2.1'
implementation 'com.google.firebase:firebase-storage:20.0.0'Sync the project. 4. Configure Firebase Authentication:
- Enable Email/Password authentication in the Firebase console under Authentication.
- Run the App:
- Connect your Android device or use an emulator.
- Click on the Run button in Android Studio to launch the app.
Screenshots 📸

Contributing 🤝 Feel free to fork the repository and submit pull requests. We welcome any contributions or suggestions to improve Jobify! License 📄 This project is licensed under the MIT License. See the LICENSE file for details. Acknowledgements 🙏
- Thanks to the Firebase team for providing a robust backend solution.
- Special thanks to the designers for the wonderful icons used in this app.