Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izal/real-estate-app-ui
Real Estate Property Listing App Built With React Native
https://github.com/izal/real-estate-app-ui
ios jest react react-native redux redux-orm redux-saga
Last synced: 15 days ago
JSON representation
Real Estate Property Listing App Built With React Native
- Host: GitHub
- URL: https://github.com/izal/real-estate-app-ui
- Owner: iZaL
- Created: 2017-04-22T10:21:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T15:42:19.000Z (over 7 years ago)
- Last Synced: 2025-01-17T05:06:39.680Z (22 days ago)
- Topics: ios, jest, react, react-native, redux, redux-orm, redux-saga
- Language: JavaScript
- Size: 24.9 MB
- Stars: 199
- Watchers: 20
- Forks: 142
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Estate React Native Mobile App
React Native iOS implementation of the HomeKey App
This version of the application is built with React Native
This is an experimental project, which means that:
1. It's work in progress
1. We need your feedback
1. Code contributions are welcome![iOS Screenshot](/README_files/SS.png?raw=true)
## Watch Video Recording
Watch the recording of the app :
[![iOS Screenshot](README_files/Video.png?raw=true)](https://www.youtube.com/watch?v=P3jIFI0ye3E)
## Installation Instructions
1. Clone this repository:
```
git clone https://github.com/iZaL/real-estate-app-ui
```1. Navigate to the `real-estate-app-ui` directory:
```
cd real-estate-app-ui
```1. Install the npm dependencies:
```
npm install
```1. Install the native dependencies:
```
react-native link
```## Run in the iOS Emulator
1. Type the following command :
```
react-native run-ios
```## Testing
To Run tests type :
```
npm run test
```MIT License