draw the polygon boundary on the map

Job ID: 32809646

Budget: $10 – $30 USD

Please see attached ReactJS code. When you run with npm start and click Search, you'll see a map with green points and gray points. The green points are inside a boundary, gray points are outside the boundary. The attached file ZIP_CODES.geojson contains polygons corresponding to the zipcodes which are in scope for this project. Your job is to modify App.js so that the polygon boundary corresponding to the zipcode search parameter is drawn on the map with the green and gray points. You can see screenshots representing both current and desired outcome.