- React Native
- Custom Hooks for API fetch
- React Navigation
- Lottie animations for loading and errror screens
- Listing returned characters with API.
- Click to see character detail page
API Linki: https://rickandmortyapi.com/api/character
Clone this repository on your local machine.
git clone https://github.com/umutzengi/RickAndMorty.git
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.
In the project directory you can run:
npx react-native run-ios
npx react-native run-android