Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsicarelli/kmp-realestate
Multiplatform real estate app to find places to rent in Spain.
https://github.com/rsicarelli/kmp-realestate
android apollographql coil-kotlin google-maps hilt jetpack-compose kotlin kotlin-multiplatform sqldelight
Last synced: 13 days ago
JSON representation
Multiplatform real estate app to find places to rent in Spain.
- Host: GitHub
- URL: https://github.com/rsicarelli/kmp-realestate
- Owner: rsicarelli
- Created: 2021-10-25T14:31:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T14:42:48.000Z (over 2 years ago)
- Last Synced: 2024-10-31T12:02:47.965Z (about 2 months ago)
- Topics: android, apollographql, coil-kotlin, google-maps, hilt, jetpack-compose, kotlin, kotlin-multiplatform, sqldelight
- Language: Kotlin
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HomeHunt-KMM
(Kotlin) Multiplatform real estate app to find places to live in Valenciahttps://user-images.githubusercontent.com/3150335/186930263-6ac40fc9-7526-4e71-b7c2-a4c812a71dc3.mp4
## Architecture
- Clean Architecture
- MVVM + MVI#### Shared
- [SQLDelight](https://cashapp.github.io/sqldelight/)
- [Apollo GraphQL](https://www.apollographql.com/)
- [Multiplatform Settings](https://github.com/russhwolf/multiplatform-settings)#### Android
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
- [Hilt](https://dagger.dev/hilt/)
- [Coil](https://github.com/coil-kt/coil)#### iOS
- Not supported yet#### Web
- Not supported yet#### Backend
- Using from https://github.com/rsicarelli/spain-real_estate-scrapper.
- TODO: migrate to this repo## Features
- Like and deslike properties
- Filters
- Properties on map
- Property details
- Vimeo video## Contributing
Any contributions you make are greatly appreciated.1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/MyFeature)
3. Commit your Changes (git commit -m 'Add some features')
4. Push to the Branch (git push origin feature/MyFeature)
5. Open a Pull Request