Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 1.42 KB

README.md

File metadata and controls

80 lines (53 loc) · 1.42 KB

Cinema Club

React Native (Expo) Movie App

GitHub version

This is a React Native application based on Expo using the TMDB api.

Installation

Yarn:

yarn

NPM:

npm install

Go to src/api/tmdb and create the file conf.json

{
  "authToken": "<your_api_token_goes_here"
}

Dev

Yarn:

yarn start

NPM:

npm start

Milestones

  • Start Page.
  • Movies Search Page
  • Movie Details Page
  • Splash Screen
  • TMDB Authentication
  • Favorites Page
  • User lists
  • App Modularization
  • i18n
  • Tests (:D)
  • ... what more?

Release History

  • beta01
    • Work in progress

Meta

José Rodrigo– @kaomi_jose[email protected]

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/josersi/cinemaclub/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request