Movies is an app that allows users to have explore upcoming, popular and top rated movies.
- React Native(Front-end Framework)
- React Navigation
- APIS
- Linux/Windows/macOS
- Node and NPM
- Git
To update and access the code for the application, please follow these steps:
- git clone (...url)
- Run
yarn
cd ios && pod install
- To open on IOS, Run
yarn ios
- To open on Android, Run
yarn android
The Movies app would be implemented using the typical framework of react which includes:
- screens,
- components
- constants,
- Navigation
- Contexts
- Hooks
- @Mohamed Helmi (React Native Engineer)
The above provides a quick overview on how the code has been setup, would be developed and built.