Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

56 lines (29 loc) · 1.31 KB

Overview

Application made in react by CRA cli. It consists of a welcome page, a search page of sold properties, which can be filtered and paginated. There is also the possibility to see the detail by clicking on any of the items.

Mockup

App State

Environment variables

It is necessary to create an .env file to add the url of the api in the root of the project. To facilitate the installation of the test the .env file will be added to the test delivery.

REACT_APP_API_URL=http://localhost:3000/

Installation

In order to run this project locally, you need to execute the followin commands:

yarn install

yarn start

Open http://localhost:3000 with your browser to see the result.

Routes

To view the application you can access the following routes:

http://localhost:3000/

http://localhost:3000/real-estate

http://localhost:3000/real-estate/{ID}

Test

In order to run test locally, you need to execute the followin commands:

yarn test or yarn test:coverage for coverage

Build

yarn build

Testing Report

External Resources:

Excalidraw - To draw your ideas! Undraw - Open source image repository!