/cbn-ri-events

Carter Burden Network Roosevelt Island Senior Center Events App

Primary LanguageKotlin

Roosevelt Island Senior Adults Center Events App

This is a simple app that displays the events for the Roosevelt Island Senior Adults Center. It provides authencation using Firebase and uses Firestore as the database. The app is built using the MVVM architecture and uses the following libraries:

  • ℹ️ Kotlin
  • ℹ️ Coroutines
  • ℹ️ Coil
  • ℹ️ Retrofit
  • ℹ️ Jetpack Compose
  • ℹ️ Room
  • ℹ️ Hilt
  • ℹ️ Paging 3

🚀 Getting Started

🔧 Installation

  1. Clone the repository:
git clone https://github.com/nikhil-ravi/cbn-ri-events
  1. Change to the project directory:
cd cbn-ri-events
  1. Install the dependencies:
gradle build