Get In mobile app is the simple mobile application for seraching and booking accommodations. This application uses server from GetInBackend repository. This project is designed as part of the thesis for the Vistula University 🎓
For navigation in the application is used react-native-navigation from Wix
To control the store, redux
To persist and rehydrate a redux store is used redux-persist
The Login screen, the SingUp screen and the Remind my password screen. There are fields of data entry on each page, user mail, password or others, for these forms is used redux-form. If the validation for the field does not pass, then information about the error will be displayed, also if the response from the server containing the message appears, it will be displayed.
The Search screen, the Results screen and the Offer information screen. The search for proposals is based on four main parameters:
- Type -
apartament, house, room
- Location -
nearby, metro station, education, area
- Price -
price from, price to
- Rooms -
from 1 to 5
On this page is also used redux-form for forms. When you are choosing a location, coordinateslat, lng
are used for searching offers within a radius of 1 km. If you select area, then the search uses the name of area.
For Offer info screen ModalView is used. There is a button Get In
on this page. Button press adds the offer to your chosen offers screen.
The Chosen offers screen, the Chats screen, the More screen. There are all offers which you chosen on the Info offer screen. There are your chats and messages on the Chats screen. But right now, you can see just mock data of chats. Сhat will work in future versions of the application. On the More screen you can find user photo, email and count of chosen offers. This screen will be rebuilding in future versions of the application.
- Clone code from repository and clone GetInBackend repository for local server. Global server will be used in future versions of the application.
- Go to folder what has code from repository in your computer.
- Install all libs from package.json
npm install
- For IOS install all pods
cd ios
pod install
- Last stap, starting react-native
react-native run-ios or react-native run-android
❗ It is important. For runnig the application you need to have Xcode or Android studio with devices.
This project is licensed under the MIT License - see the LICENSE.md file for details.