- The primary purpose of this project is to provide a conceptual example of a mobile movie app. It demonstrates the usage of React Native, Axios for making API requests, and the implementation of a modal for displaying additional movie details. This project serves as a foundation for developing a fully-featured movie discovery app.
- React Native
- CLI
- Axios (for API requests)
- React Native Modal (for displaying movie details)
git clone git@github.com:FranciscoVieir/Movie-App.git
cd movieApp
npm install
yarn start
In the project, directory, you can run the following scripts:
- npm run start or yarn start: Starts the CLI development server.
- npm run android or yarn android: Runs the app on an Android emulator/simulator.
- npm run ios or yarn ios: Runs the app on an iOS simulator.
- npm run eject or yarn eject: Ejects the app from CLI, if needed.