Skip to content

allmygod/minimal-home-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot
screenshot

Offer1 Interview Exercise

This project was bootstrapped with Create React App to give you a quick starting place for the exercise.

Exercise Description

Image that you have been hired to create a new Real Estate application to help consumers purchase a home. Your new company is up against the a tight timeline and needs to deliver a minimum viable product (mvp) ASAP! In order to compete in the market place your MVP should provide the following core functionality:

  • View/browse all available homes
  • Filter homes by City, Price, Number of Bedrooms
  • Show detailed view for a selected home

However, if you really want to win over customers the following nice to haves would be greatly received by your customers:

  • Sign-in Page
  • Ability to share a home on social media
  • Send a message to the seller's agent

Solution Details

Create a detailed web app that solves for the following:

  • modularity/re-use of components
  • appropriate handling of flow/navigation
  • appropirate handling of data/state
  • Look and feel of the application (after all this is a GUI)
  • quality (unit or functional tests are extra credit)

A sample data set representing properties has been included to help get you started on what an API call would likely return for the list of active properties. Due to limited timeframe for the assignment it is fine to mock out API calls, however, your application should still dispatch events as though it was making API calls to a service and handle/store data as though it was received from an API call.

As each solution is reviewed there will be an emphasis on the use of ReactJS best practices, design patterns, use of standard packages, use of ES6.

Submitting the Exercise

  1. Ensure that the scripts below (npm start/test/build) are all working for your solution. They should all run successfully.

  2. Please make sure the repo is public. If you prefer to keep your repo private, then ensure you have granted read access to tonyhernandez and mapayares.

  3. Completed the Google Form here once you are done with the code. Once submitted do not make any further changes to the code!

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Releases

No releases published

Packages

No packages published