How long do you spend looking for a movie rather than actually watching a movie? Our app solves that problem for you! Spot A Movie is a mobile app, developed in React Native that allows users to connect with their Spotify accounts, and get movie recommendations based on their Spotify playlists.
- Clone this repo.
- Run
npm install
. - Ensure a device, or emulated IOS is connected .
- Run
react-native run-ios
.
Of course. Please remember though it is not a "fit all" solution and you'll need to configure it for your own project needs.
This IOS only demo app has been designed to be as minimal and basic as possible, to avoid confusion.
Key points:
- It's only working on IOS for now.
- Main entry point is
./index.ios.js
, from there scenes are located in./app/container/appcontainer.js
,
The tests are running using Jest.
and continuos integration on Travis.
To run tests: npm test
Main Framework: React Native / Redux
Libraries: Nachos-ui, Swiper, react-native-router-flux, vector icons, react-native-spotify
Server: spotamovie-be
Testing: Jest
Continous Integration: Travis CI
There is a server for that the app running in another repository: To install it and use it follow the instructions here: spotamovie-be
Team effort by:
https://github.com/2rod
https://github.com/miguelgimenezgimenez/
https://github.com/vavarun
https://github.com/johnandblue/
MIT