Skip to content

React Native application that uses the MAL API to retrieve informational data on Anime, Manga, Artist, etc.

Notifications You must be signed in to change notification settings

TrickkyRicky/Anime-App

Repository files navigation

AniManga

AniManga is an informational application using the MAL API ---> MyAnimeList API. The goal was to be able to view the top ranking Anime and Manga, in various different forms. Such as currently airing ranks, seasonal ranks, popular ranks, upcoming ranks, etc. Using React-Native w/Expo we were able to test the application on IOS devices and Android devices for better user experience.


Anime

GIF GIF GIF

Manga

GIF GIF

Getting Started

Prerequisites

  • npm
npm install expo -g
  • Device Usage
Access the Google Playstore or App Store. Search and download Expo Go
  • Simulator Usage (Android)
Access or Download Android Studio ---> AVD Manager ---> Create Virtual Device w/Play Store
  • Simulator Usage (IOS)
Access or Download Xcode ---> Xcode Dropdown ---> Open Developer Tools ---> Simulator

Installation

  1. Download zip or Clone repo
git clone https://github.com/TrickkyRicky/Anime-App
  1. Get a free API key @ MAL API
  2. Enter your API key in AnimeActions.tsx and MangaActions.tsx
const CLIENT_ID = 'YOUR API KEY'
4. expo install
5. expo start
  • Expo App
6a. Scan the QR code with your phone
  • Computer Simulator
6b. Press i in terminal for IOS
6c. Press a in terminal for Android

languages and tools:

About

React Native application that uses the MAL API to retrieve informational data on Anime, Manga, Artist, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors