Skip to content

BorgesJonas/movies-app

Repository files navigation

Movie Explorer

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.

Prerequisites

Before you begin, make sure you have Node.js and npm installed in your development environment.

Installation

  1. Clone this repository on your local machine:

    git clone https://github.com/your-username/movie-explorer.git
  2. Navigate to the project directory:

    cd movie-explorer
  3. Install project dependencies using npm:

    npm install
  4. Visit The Movie Database website to obtain an API Key.

  5. Create a .env file in the project root and add your API Key:

    API_KEY=YourAPIKeyHere

Execution

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.

Features

  • 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.

Contribution

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. 🎬✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published