A React Native application that fetches movie data from the OMDb API and displays them in a user-friendly interface. Users can search for movies, view movie details, and explore additional information such as ratings, plot, cast, and release year.
✔ Search Movies - Enter a movie name and fetch results from OMDb API.
✔ Movie List - Displays search results with movie posters and titles.
✔ Movie Details - View additional information, including plot, ratings, and cast.
✔ Responsive UI - Optimized for both Android & iOS.
| Technology | Description |
|---|---|
| React Native | Framework for building cross-platform mobile apps |
| Expo | Simplifies React Native development |
| React Navigation | For screen navigation |
| Axios | To fetch data from the OMDb API |
| OMDb API | Provides movie information |
git clone https://github.com/abhishekgurjar-in/movie-finder.git
cd movie-findernpm installCreate a .env file in the root directory and add:
OMDB_API_KEY=your_api_key_here
Get your API key from OMDb API.
For Expo users:
npx expo startFor React Native CLI users (Android):
npx react-native run-androidFor React Native CLI users (iOS):
npx react-native run-ios- Login to Expo
expo login
- Build & Publish
expo publish
For Android:
eas build --platform androidFor iOS:
eas build --platform ios- Fork the repository
- Create a new branch
- Commit your changes
- Submit a Pull Request
This project is licensed under the MIT License.
👨💻 Abhishek Gurjar
📌 GitHub