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
- Host: GitHub
- URL: https://github.com/dlowkeen/vody
- Owner: dlowkeen
- Created: 2018-04-25T01:15:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T01:17:43.000Z (over 7 years ago)
- Last Synced: 2025-01-13T03:44:33.032Z (9 months ago)
- Topics: android-studio, facebook-sdk, nodejs, react-native, redux, xcode9
- Language: Objective-C
- Size: 16 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vody
Movie Search Application | React-Native | iOS | AndroidVody helps you search for movies you are interested in.

## 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)