Welcome to Movie Explorer, a simple React Native application built with Expo for the purpose of react native studies. This application allows you to browse a list of movies, view details, and mark your favorites. Integration with The Movie Database (TMDb) API provides accurate and up-to-date information about movies.
Before you begin, make sure you have Node.js and npm installed in your development environment.
-
Clone this repository on your local machine:
git clone https://github.com/your-username/movie-explorer.git
-
Navigate to the project directory:
cd movie-explorer
-
Install project dependencies using npm:
npm install
-
Visit The Movie Database website to obtain an API Key.
-
Create a
.env
file in the project root and add your API Key:API_KEY=YourAPIKeyHere
With the dependencies installed and the API Key configured, you are ready to start the application. Run the following command:
npm start
or
npx expo start
This will start Expo DevTools in your browser. You can then open the Expo Go app on your mobile device and scan the QR code displayed in the terminal to preview the application.
-
Movie Listing: Explore a list of movies based on the latest releases.
-
Movie Details: View detailed information about each movie, including cast, ratings, and synopsis.
-
Favorites: Mark your favorite movies for easy access later on.
Contributions are welcome! Feel free to open issues and send pull requests to improve this project.
Thank you for choosing Movie Explorer! Enjoy exploring the world of cinema. 🎬✨