/reverb-dealfinder

React Native + Redux example app (iOS + Android) for finding deals on the reverb.com marketplace.

Primary LanguageJavaScriptMIT LicenseMIT

This is an example app built with React Native and Redux for both iOS and Android to find interesting deals on Reverb.com.

You can search for gear or browse categories. The app uses the Reverb price guide to determine the going rate of the instruments and then finds all listings with an interesting price. Viewing details of a listing takes you to the Reverb.com web site.

The app works on both phones and tablets. In landscape mode on a tablet, the layout changes automatically and the search screen turns into a side bar.

Note: since this is only an example app for developers, there are no guarantees whatsoever about the correctness of the search results. Do not use it for serious gear hunting :-).

Find Deals

Getting Started

Prerequisites

To build an run the app, you need the following prerequisites:

npm install -g react-native-cli

Quick start

  • Clone this repository to a local directory:
git clone https://github.com/martijnboland/reverb-dealfinder.git /my/local/directory
  • Go to the root directory of the sources and install the dependencies:
npm install

Run on iOS:

  • open ios/ReverbDealFInder.xcodeproj with Xcode and hit run

Run on Android

  • start an emulator of choice
  • run the packager for Android;
react-native run-android

Run tests

npm run test

#More screenshots

iPad:

Find Tablet portrait Deals Tablet landscape

License

MIT © Martijn Boland