Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 597 Bytes

React-redux-assignment

React-redux: Assignment to demonstrate the implementation of zip code search functionality with react-redux

CSS Framework : Bootstrap JS

Functionality:

  1. Enter a postcode
  2. Application displays the state for which the postcode belongs to.
  3. The result does not change if the zipcode is not valid.
  4. Application displays previous valid searches in 'previous searches' section.

Build and Deployment: npm install npm start Launch application from http://localhost:8080

image