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.
- 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- Download zip or Clone repo
git clone https://github.com/TrickkyRicky/Anime-App- Get a free API key @ MAL API
- 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 Androidlanguages and tools:





