Skip to content

umutzengi/RickAndMorty

Repository files navigation

Screenshots

Setup

  • React Native

Tools

  • Custom Hooks for API fetch
  • React Navigation
  • Lottie animations for loading and errror screens

Features

  • Listing returned characters with API.
  • Click to see character detail page

API

API Linki: https://rickandmortyapi.com/api/character

Beginning

Clone this repository on your local machine.
git clone https://github.com/umutzengi/RickAndMorty.git

Use

To use it after cloning the project:
cd RickAndMorty
code .
Run the following commands in the project folder to install the project dependencies.
npm init
npm install
For ios use you need to install pods with this command in your project folder
cd ios && pod install

These instructions will get a copy of the project up and running on your local machine for development and testing purposes.

Available Scripts

In the project directory you can run:
npx react-native run-ios
npx react-native run-android