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.
- 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.
- Frontend: React Native
- Navigation: React Navigation
- HTTP Requests: Axios
- State Management: React Hooks
Ensure you have Node.js and npm installed
git clone https://github.com/Derek486/rn-rick-and-morty-app.git
cd rn-rick-and-morty-appnpm installFor Android:
npm run androidFor iOS (Mac only):
npm run iosFor Web:
npm run webrn-rick-and-morty-app/
│── src/
│ │── api/
│ │── hooks/
│ │── models/
│ │── navigation/
│ │── screens/
│ │── services/
│ │── styles/
│ │── types/
│── assets/
│── App.js
│── package.json
│── README.md
This project is licensed under the MIT License. Feel free to use and modify it!



