JSFiddle - React, Tailwind, and code Playground

by ruhul105

JavaScript

// Steps to finish neighbourhood map
Step 1. Make sure You know how exactly google maps works
Here are some example:
http://jsfiddle.net/salman/4mtyu/
https://jsfiddle.net/upsidown/7TZFP/
Step 2. Make sure you know data binding with knockoutJs
Here are some example:
http://knockoutjs.com/examples/collections.html
http://jsfiddle.net/rniemeyer/bxfXd/

Step 3. Combine step 1 and step2 together and make sure everything is working.

Note: Don't start 2 if you don't undestand how google maps working(step1)