Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 835 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 835 Bytes

ProjectHub

A way for a team to manage and track their task.

It was built using the following:

  • Kotlin for Android.

  • Kotlin Coroutines for asynchronous operations which gives the app a faster response and better battery efficiency.

  • Firebase Cloud firestore for storing tasks.

  • ViewBinding which also improves the apps performance.

Features

  • Manage and track tasks between a team of people.

  • User authenctication using firebase auth.

  • Create task, and control who in your team sees each task.

  • Add a member to your team to be able to view tasks.

  • Asynchronous Operations: The app utilizes Kotlin Coroutines for asynchronous operations, ensuring a faster response and better battery efficiency.

  • ViewBinding: The app leverages ViewBinding to enhance performance and improve view binding in the codebase.