https://github.com/lordhacker756/netflix
A Netflix clone app built using React Native with user authentication allows users to sign up, sign in, and securely access their account information and preferences. Users can browse a selection of movies and TV shows, watch trailers, and stream content with a user-friendly interface✨
https://github.com/lordhacker756/netflix
mongodb nodejs react-native react-navigation-v6
Last synced: about 1 month ago
JSON representation
A Netflix clone app built using React Native with user authentication allows users to sign up, sign in, and securely access their account information and preferences. Users can browse a selection of movies and TV shows, watch trailers, and stream content with a user-friendly interface✨
- Host: GitHub
- URL: https://github.com/lordhacker756/netflix
- Owner: Lordhacker756
- Created: 2023-02-23T00:49:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T14:18:39.000Z (about 2 years ago)
- Last Synced: 2025-03-28T22:32:53.188Z (about 2 months ago)
- Topics: mongodb, nodejs, react-native, react-navigation-v6
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone App
This is a Netflix clone app built with React Native, using TypeScript data and featuring bottom and stack navigation. The app includes two screens: the Home screen and the Details screen.
## Installation
To install and run the app, follow these steps:
1. Clone this repository to your local machine using `git clone`.
2. Navigate to the project directory and run `npm install` to install the dependencies.
3. Run `npm start` to start the Metro bundler.
4. Open a new terminal window and run `npm run android` to run the app on an Android emulator or device, or `npm run ios` to run the app on an iOS simulator or device.## Usage
Once the app is running, you can use the bottom navigation to switch between the Home screen and the Details screen.
### Home Screen
The Home screen displays a list of movies and TV shows available on Netflix. You can scroll through the list and tap on a movie or TV show to view more details.
### Details Screen
The Details screen displays more information about a selected movie or TV show, including the title, year of release, rating, and a brief synopsis.
## Dependencies
This project uses the following dependencies:
- [React Native](https://reactnative.dev/)
- [React Navigation](https://reactnavigation.org/)
- [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons)
- [React Native Video](https://github.com/react-native-video/react-native-video)## Contributing
Contributions to this project are welcome! To contribute, please fork this repository, make your changes, and submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.