Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 2.87 KB

README.md

File metadata and controls

67 lines (39 loc) · 2.87 KB

🎬 Movie Library

This is a mobile application for searching, discovering and learning about movies. Built with React Native and only works on Android devices for now.

🎥 Features

  • 🔎 Search for movies by title
  • 🎞️ View a list of popular movies
  • 🎬 View details for each movie, including plot summary, release date, cast and ratings
  • 🤝 Share movies with friends

⚒️Core Tech Stack

📹 Demo Video

Here are the demo videos of the app:

ss01.mp4
ss02.mp4
ss03.mp4
ss04.mp4

📷 Screenshots

Here are some screenshots of the app in action:

🚀 Getting Started

To run this app on your local machine, you will need to have Node.js and the React Native CLI installed. Then, follow these steps:

  1. 📥 Clone this repository to your local machine: git clone https://github.com/USERNAME/movie-library-app.git
  2. 📂 Navigate to the project directory: cd movie-library-app
  3. 📦 Install the dependencies: npm install or yarn install
  4. 📱 Connect your physical device or launch an emulator
  5. 🚀 Build and run the app: react-native run-ios for iOS or react-native run-android for Android

🙏 Thanks