moyolvera / react-native-kitsu-client

React Native app to consume kitsu API to show movies and animes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitsu API React Native Challenge

License: MIT

Kistu API consumer project built on React Native as a personal challenge.

Features

  • List of trending animes and mangas for the following categories
    • Action
    • Drama
    • Fantasy
    • Romance
    • Science Fiction
    • Thriller
  • Store of data for offline mode
  • Store and display of your favorite animes and mangas
  • Search screen for both anime and mangas
  • Display of youtube video on detail screen
  • Share the anime or manga to other apps
  • Built with React Native 0.63.0 and typescript

Usage

Clone the repo and run:

For iOS:

yarn install && npx pod-install && yarn ios

For Android:

yarn install && yarn android

Example

Example of the running app

Or check the video

TODOS

  • Implement a transition shared navigation
  • Change the splash screen
  • Implement lazy loader on section slider component
  • Add tests

License

This project is MIT licensed.

About

React Native app to consume kitsu API to show movies and animes


Languages

Language:TypeScript 64.6%Language:HTML 14.3%Language:JavaScript 8.6%Language:Java 4.4%Language:CSS 3.9%Language:Objective-C 3.4%Language:Ruby 0.4%Language:Starlark 0.4%