Skip to content

Derek486/rn-rick-and-morty-app

Repository files navigation

Rick and Morty App (React Native)

This is a React Native application that fetches and displays information about characters from the Rick and Morty universe. The app utilizes React Navigation, Axios, and the Rick and Morty API to provide a smooth experience.

🚀 Features

  • Character List: View a list of characters with images and basic details.
  • Character Details: See full information about each character.
  • Navigation: Bottom tab navigation for easy access.
  • API Integration: Fetches real-time data from the Rick and Morty API.

🛠 Tech Stack

  • Frontend: React Native
  • Navigation: React Navigation
  • HTTP Requests: Axios
  • State Management: React Hooks

📦 Installation

Prerequisites

Ensure you have Node.js and npm installed

Clone the repository

git clone https://github.com/Derek486/rn-rick-and-morty-app.git
cd rn-rick-and-morty-app

Install dependencies

npm install

Run the app

For Android:

npm run android

For iOS (Mac only):

npm run ios

For Web:

npm run web

📂 Project Structure

rn-rick-and-morty-app/
│── src/
│   │── api/
│   │── hooks/
│   │── models/
│   │── navigation/
│   │── screens/
│   │── services/
│   │── styles/
│   │── types/
│── assets/
│── App.js
│── package.json
│── README.md

📸 Preview

Character List

Character Details

Episode List

Location List

📜 License

This project is licensed under the MIT License. Feel free to use and modify it!

About

A React Native app that uses the Rick and Morty API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors