/react-native-tvshows

Small project to consume and display data from TVMaze, using ReactNative

Primary LanguageJavaScriptMIT LicenseMIT

React-Native TVShows

Small project to consume and display data from TVMaze, using ReactNative.

tvshowsspot

How can I use it?

Follow the next steps (Fewer steps than the Moonwalk):

1. Clone

Clone the repository by copy-pasting the following command into your terminal:

git clone https://github.com/alandawi/react-native-tvshows.git && cd react-native-tvshows

2. Install

Install the required dependencies

npm install

3. Run the project

Start the emulator and then run this command

react-native run-android

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Task list

* [x] Integrate the navigation
* [x] Integrate Redux
* [x] Integrate TVMaze API
* [x] Refactor API endpoints
* [ ] Make dinamic the Setting section
* [ ] Integrate Firebase
* [ ] Read/Update the setting section from Firebase

MIT Licence