Main Features

  • Display list of properties from the backend data
  • Add/Remove properties from the lists

Get the source code

git clone https://github.com/remoteriver/rea-properties-app

Install & Start

nodejs, yarn/npm are required to run the project

  1. Install packages:
yarn
npm install
  1. Start the APP
yarn start
npm start
  1. Check http://localhost:3000 in browser

Test

yarn test
npm test