Skip to content

Mubeyd/rick-and-Morty

Repository files navigation

React Native Rick and Morty API

A mobile application built using React Native, API

screenshots of example app

Features

  • Basic Episodes
  • Showing Episode Details
  • Sowing Character Details

Requirements

  • NodeJS
  • Android SDK

Setup instructions

1. Install dependencies

# Clone the example app repo
git clone https://github.com/Mubeyd/rick-and-Morty
cd rick-and-Morty
# Install npm dependencies
yarn;

2. Start your app

# Build the app on Android

yarn android;

# Start the app

yarn start


Follow the instructions from the terminal to preview the app on your phone or using an emulator.