/atmostechassessment

technical assessment

Primary LanguageJavaScript

Introduction

This is a technical assessment project for Atmos.


Objectives

  • Create a React layout where a user can select a home or lot and view compatible homes/lots via a modal.
  • User can save houses/lots in state and saved houses/lots will persist between route change (not on refresh).
  • Use redux to store information in a global store

Who is this for?

This is for Atmos. (thanks for the opportunity to build this :) )

Optimizations

These are some of the optimizations I am in the midst of implementing into this project.

  • Add some more CSS and polish.
  • I am working on a branch that is storing the API data in a global store but having trouble integrating that into the rest of the app.
  • Add query parameter change when selecting a home/lot.

Tech used

JavaScript, React, Redux


Packages/Dependencies used

react, react-router-dom, react-redux, @reduxjs/toolkit


Install all the dependencies or node packages used for development via Terminal

npm install