Skip to content

rodrinac/cinemaclub

Repository files navigation

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_josejose.rodrigo@kaomidev.tech

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

About

Native movie search Android application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published