Skip to content

manavtore/RickyandMorte

Repository files navigation

RickyandMorte

Ricky and Morty App

Getting Started

This is a React Native application that fetches and displays characters from the Ricky and Morty API. The following instructions will guide you through setting up and running the application locally.

Prerequisites

Setup Instructions

1. Clone the Repository

First, clone the repository to your local machine:

git clone <repository-url>
cd <repository-directory>

Screens

2. Install Dependencies

npm install

3. Configure the API

The application fetches data from the Ricky and Morty API. The API integration is already set up in the CharacterScreen.js file using Axios. No further configuration is required.

  1. Run the Application To run the application locally, execute:

For Android:

npx expo run:android

For iOS:

npx expo run:ios

screenshots