Properties App

Framework: React 17.0.0

UI-Library: Material-UI

React Boilerplate Meets CRA

Main Features

  • Display list of properties from the backend data
  • Add property into the saved list
  • Remove property from the saved list

Get the source code

git clone https://github.com/remoteriver/Properties-App

Install & Start

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