Skip to content

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.

License

Notifications You must be signed in to change notification settings

abhishekboadgurjar/MovieApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Movie App

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.


🌟 Features

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.


📌 Tech Stack

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

🚀 Getting Started

1️⃣ Clone the Repository

git clone https://github.com/abhishekgurjar-in/movie-finder.git
cd movie-finder

2️⃣ Install Dependencies

npm install

3️⃣ Add Environment Variables

Create a .env file in the root directory and add:

OMDB_API_KEY=your_api_key_here

Get your API key from OMDb API.

4️⃣ Run the App

For Expo users:

npx expo start

For React Native CLI users (Android):

npx react-native run-android

For React Native CLI users (iOS):

npx react-native run-ios

🛠 Deployment

✅ Deploying with Expo

  1. Login to Expo
    expo login
  2. Build & Publish
    expo publish

📲 Generating APK/IPA

For Android:

eas build --platform android

For iOS:

eas build --platform ios

🤝 Contributing

  1. Fork the repository
  2. Create a new branch
  3. Commit your changes
  4. Submit a Pull Request

📜 License

This project is licensed under the MIT License.


🔗 Connect with Me

👨‍💻 Abhishek Gurjar
📌 GitHub

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published