An open API service indexing awesome lists of open source software.

https://github.com/dlowkeen/vody

Mobile app that lets you search movies in MoviesDB. Built with React-Native
https://github.com/dlowkeen/vody

android-studio facebook-sdk nodejs react-native redux xcode9

Last synced: 8 months ago
JSON representation

Mobile app that lets you search movies in MoviesDB. Built with React-Native

Awesome Lists containing this project

README

          

# Vody
Movie Search Application | React-Native | iOS | Android

Vody helps you search for movies you are interested in.

![Vody Launchpage](vody/src/assets/images/vody.mp4)

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

* OSX computer or Linux computer
* [XCode9](https://itunes.apple.com/us/app/xcode/id497799835?mt=12)
* [AndroidStudio](https://developer.android.com/studio/index.html)
* Node.js
* React Native Command Line Interface

### Installing
### Set Up Directions
In the command line, type 'npm install' to download node packages. Go to package.json file to view dependencies.

## Built With

* [React-Native](https://facebook.github.io/react-native/docs/getting-started.html) - Framework
* [Redux](https://redux.js.org/) - State Container
* [ReactNavigation](https://reactnavigation.org/) - Routing/Navigation
* [Native Base](https://nativebase.io/) - React-Native Components

### Directory structure
```none
src
├── actions
├── assets
│   └── images
│  
├── components
│   ├── common
│   ├── home
│   ├── login
│   ├── profile
│   ├── search
│   ├── searchResults
│   ├── App.js
│   └── TabNavigator.js
│  
├── config
└── reducers
```

## Developers
- Donovan Lowkeen | [GitHub](https://github.com/dlowkeen)