Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 887 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 887 Bytes

CitySnapshot - Laura Caroselli

LIVE SITE: https://lcaroselli.github.io/CitySnapshot/

Introduction

This application pulls data from multiple endpoints to generate cost-of-living data and create a 'snapshot' of a searched city's quality of life. The user also has the ability to compare city data and generate a moving checklist which will round out their total moving costs.

CitySnapshot Screenshot


CitySnapshot Screenshot2


Built With

  • HTML
  • CSS
  • JavaScript
  • React
  • Redux
  • Jest/Enzyme for testing

Project Goals

  • Separate application logic into small, testable functions.
  • Create modular, reusable React components.
  • Advanced familiarity with Redux workflow.
  • Write meaningful, comprehensive unit and integration tests.