JobMaster has jobs in real time,sourced from job boards,company websites and industry associations
The backend is written using Kotlin. See jobmaster-api.
- Simple and fast job search
- Fast job applications with quick apply
- Retrofit with Coroutines
- earch job by keyword,role title,company.
- password Authentication.
- Firebase messaging for notifications.
- Picasso image library
- Shimmer layout
Used for messaging.
- Create an project on Firebase.
- Add an application
com.example.jobmaster
.
- Clone the repository.
- Create a
keys.properties
file based onkeys.properties.sample
. - Add the
play-services.json
file from firebase to./app
. - Open and build in Android Studio.