Skip to content

TV shows app made with React Native (List, Search, See details and Add to Favorites)

License

Notifications You must be signed in to change notification settings

gdeusdara/tv-shows

Repository files navigation

TV Shows

Important

This project was made using Expo for React Native (Note: I work professionally with react-native-cli).

To run this project you need to have a node environment (version >= 14) and Expo installed.

Run Project

To run the project, execute the following commands:

yarn install

yarn android

OR

yarn ios

Features

  • List all of the series contained in the API used by the paging scheme provided by the API.
  • Users can search series by name.
  • After clicking on a series, the application shows the details of the series
  • User can save a series as a favorite.
  • User can delete a series from the favorites list.
  • User can browse their favorite series in alphabetical order, and click on one to see its details.

APK for testing

A universal apk was generated using the following command:

expo build:android -t apk

There is one in the distribution folder (:

About

TV shows app made with React Native (List, Search, See details and Add to Favorites)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published