Chase ATM Locator

How to run from terminal:

git clone https://github.com/paopay/atm-locator-rails.git
cd atm-locator-rails
bundle install
rails s

Then go to browser and go to localhost:3000

Files to check out

  • mainly, the react components under assets/javascript
  • api queries are in pages controller