Skip to content

ekaynak94/movie-app

Repository files navigation

Movie App 🎬

This is a mobile movie app built with Expo, allowing users to search for movies, view details, and save their favorite movies. The app leverages the Movie Database Alternative API for fetching movie data.

The UI design is influenced by this file

Features ✨

  • Search Movies: Easily search for your favorite movies by title.
  • View Details: Click on a movie to see additional details such as IMDb rating and description.
  • Favorite Movies: Save and manage a list of your favorite movies.
  • Persistent Favorites: Your favorited movies are saved locally, even after closing the app.
  • Color Theme Support: The app supports light and dark themes for a better user experience in different lighting conditions.

Screenshots 📸

App Screenshot

Installation & Setup 🛠️

Prerequisites

Make sure you have the following installed:

Clone the Repository

git clone https://github.com/ekaynak94/movie-app.git
cd movie-app

Installation & Setup 🛠️

Install Dependencies

Run the following command to install the required packages:

yarn install

or using npm:

npm install

Setup Environment Variables

Run the following command to install the required packages:

EXPO_PUBLIC_RAPIDAPI_KEY=your-rapid-api-key-here

Run the App

After setting up, run the app with Expo:

yarn start

or using npm:

npm start

This will start the Expo development server, and you can scan the QR code with your phone to launch the app or run it in a simulator.

Enjoy!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published