/matmoongi

가까운 음식점 찾기 프로젝트(맛뭉이)

Primary LanguageKotlin

내 주변 빠른 맛집찾기, 맛뭉이

바쁜 현대인들을 위한 가까운 맛집 추천 서비스

🍽️ 프로젝트 소개

  • 현재 위치를 기반으로 '맛집'키워드로 검색된 음식점들을 가까운 거리 순으로 소개합니다
  • 즐겨찾기를 통해 다시 방문하고 싶은 음식점을 저장할 수 있습니다.

⚒️ 프로젝트 구조도

🚀 이슈들

📚 기술 스택

  • Jetpack Compose: Declarative UI framework for building Android UIs in Kotlin.
  • ViewModel: Manages UI data and separates it from business logic.
  • LiveData: Lifecycle-aware data holder that automates UI updates.
  • Bitrise: CI/CD service for automating build, test, and deployment workflows.
  • Retrofit & OkHttp: Network communication libraries for API calls.
  • Firebase Realtime Database (RDB): Realtime NoSQL database from Firebase.
  • Coil: Image loading library for fast and efficient image loading and caching.