Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmahmud/moviesapp
React Native app build with react-native-cli. It's a simple app which uses themoviedb api to show the movie data. Anyone who are beginner to React Native this project will help them to understand React Native.
https://github.com/devmahmud/moviesapp
movie-application react-native react-native-cli themoviedb
Last synced: 30 days ago
JSON representation
React Native app build with react-native-cli. It's a simple app which uses themoviedb api to show the movie data. Anyone who are beginner to React Native this project will help them to understand React Native.
- Host: GitHub
- URL: https://github.com/devmahmud/moviesapp
- Owner: devmahmud
- Created: 2021-09-05T18:01:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:52:36.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:09:36.598Z (3 months ago)
- Topics: movie-application, react-native, react-native-cli, themoviedb
- Language: JavaScript
- Homepage:
- Size: 12.4 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Movie App
In this React Native app i have used react-native-cli. It's a simple app which uses themoviedb api to show the movie data. Anyone who are beginner to React Native i think this project will help them to understand React Native.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
## Installing
```bash
# first clone the repository on your local machine.
git clone https://github.com/devmahmud/BleProject.git# i have used yarn as a package manager for node. you can use npm
# To install the dependency:
yarn install# To start the project:
yarn start# To Run the project on Android Emulator or Externel Android Device:
yarn android# To Run the project on IOS Emulator:
cd ios && pod install
yarn ios
```## Requirements
To setting up the development environment you can follow the guide:
[RN Developement Environment Setup](https://reactnative.dev/docs/environment-setup)## App Screenshots
Home
Slider
Detail
Search
## Author
> Fadi Nouh, Tiago Pereira