React Native Movies is a mobile application built with React Native that allows users to browse and discover information about movies. It leverages The Movie Database (TMDb) API to fetch movie data and provides a user-friendly interface for users to explore details such as movie posters, cast information, and more.
To run React Native Movies locally, follow these steps:
-
Clone the repository:
git clone https://github.com/bhupendrasambare/React-Native-Movies.git
To run the Weather App locally, follow these steps:
-
Clone the repository:
git clone https://github.com/bhupendrasambare/Weather-App.git
-
Navigate to the project directory:
cd Weather-App
-
Install dependencies:
npm install
-
Create a configuration file (
config.js
) in the root directory and add your OpenWeatherMap API key:// config.js const config = { apiKey: 'YOUR_OPENWEATHERMAP_API_KEY', }; module.exports = config;
Replace
'YOUR_OPENWEATHERMAP_API_KEY'
with your actual API key. -
Start the application:
npm start
The app will be accessible at
http://localhost:3000
by default.
- Open the React Native Movies app on your emulator or device.
- Browse the home screen to discover popular movies.
- Click on a movie to view detailed information, including the cast.
- Explore cast details to see their filmography.
- Browse popular movies.
- View detailed information about movies, including posters and cast.
- Explore cast details and their filmography.
- Responsive design for both Android and iOS.
- Fork the repository.
- Create a new branch for your feature or bug fix: git checkout -b feature-name.
- Make your changes and commit them: git commit -m "Description of changes".
- Push your changes to the new branch: git push origin feature-name.
- Open a pull request with a detailed description of your changes.
- Please adhere to the existing coding style and conventions.
This project is licensed under the MIT License - see the LICENSE file for details.