This is a mobile application for searching, discovering and learning about movies. Built with React Native and only works on Android devices for now.
- 🔎 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
- 📱 React Native
- 🔒 Redux for state management
- 🗺️ React Navigation for navigation
- 🌐 Axios for HTTP requests
- 🎥 Lottie for animations
- 🔖 Vector Icons for icons
Here are the demo videos of the app:
ss01.mp4
ss02.mp4
ss03.mp4
ss04.mp4
Here are some screenshots of the app in action:
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:
- 📥 Clone this repository to your local machine:
git clone https://github.com/USERNAME/movie-library-app.git
- 📂 Navigate to the project directory:
cd movie-library-app
- 📦 Install the dependencies:
npm install
oryarn install
- 📱 Connect your physical device or launch an emulator
- 🚀 Build and run the app:
react-native run-ios
for iOS orreact-native run-android
for Android