Property-fun Project

Description

This is a single-page app that shows a list of sample properties.
The list of properties mimic a search result of 4 items.
The items can be liked and the list of liked items are stored in browser storage.

Install

    git clone https://github.com/rollsthomas/property-fun.git
    cd property-fun
    npm install

Start & watch

To run the app in the development mode, in the project directory, you can run:

npm start

Open http://localhost:3000 to view it in the browser.

Languages & tools

Environment

JavaScript

  • React is used for building the User Interface.

  • prop-types is a package used for type-checking the props of react components.

CSS