An open API service indexing awesome lists of open source software.

https://github.com/lucasdants/reactnative-shows


https://github.com/lucasdants/reactnative-shows

async-storage lotttie pincode reanimated2 styled-components touchid typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

:star: Features

- [x] List all of the series contained in the API used by the paging scheme provided by the API
- [x] Allow users to search series by name.
- [x] The listing and search views must show at least the name and poster image of the series
- [x] After clicking on a series, the application should show the details of the series, showing the information
- [x] After clicking on an episode, the application should show the episode’s information
- [x] Allow the user to set a PIN number to secure the application and prevent unauthorized users.
- [x] For supported phones, the user must be able to choose if they want to enable fingerprint authentication to avoid typing the PIN number while opening the app.
- [x] Allow the user to save a series as a favorite.
- [x] Allow the user to delete a series from the favorites list
- [x] Allow the user to browse their favorite series in alphabetical order, and click on one to see its details
- [ ] Create a people search by listing the name and image of the person.
- [ ] After clicking on a person, the application should show the details of that person
- [ ] Unit testing is a plus.
- [x] Extra features are also a plus

:rocket: Getting started


Make sure you have done the development environment

```bash
# Clone this repository
$ git clone https://github.com/LucasDants/ReactNative-Shows.git

# Access the project folder cmd/terminal
$ cd ReactNative-Shows

# install the dependencies
$ yarn install

# Run the application in development mode
$ yarn android
$ yarn ios

```