Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

## HomeHunt-KMM
(Kotlin) Multiplatform real estate app to find places to live in Valencia

https://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