A mobile app that allows you to figure out what movie to watch when with friends.
Report Bug
·
Request Feature
Table of Contents
Groupflix is an app where you and your friends can browse, search and select movies you want to see. You can then select which friends you are with, and Groupflix will list all the movies that everyone wants to see, movies most of the party wants to see, your selected movies, and movies some people in your party do not want to see.
This app was a two day project meant to challenge myself while learning React Native. I plan on continuing development on this app as time allows over the next few months.
- npm
npm install
- TheMovieDB API key from https://www.themoviedb.org/
- Get a free API key from TheMovieDB
- Clone the repo
git clone https://github.com/maki-q/groupflix.git
- Install NPM packages
npm install
- Enter your API in
app/key.example.jsand rename tokey.jsexport const key = 'ENTER YOUR API';
- [] Connect with Netflix/Teleparty to link directly to service after selection
- [] Authentication
- [] Smoother animations
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Quinton Maki - Linkedin - quintonmaki@gmail.com
Project Link: https://github.com/maki-q/groupflix



