Skip to content

The React Native Movie App is a concept application that allows users to browse and discover movies. It retrieves movie data from an API and presents it in a user-friendly interface, where users can view movie details.

Notifications You must be signed in to change notification settings

FranciscoVieir/Movie-App

Repository files navigation

React Native Movie App

Purpose

  • 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.

Movie-app Preview

Screenshot:

Screenshot 1



Screenshot 2



Screenshot 3



Screenshot 4

Technologies Used

  • React Native
  • CLI
  • Axios (for API requests)
  • React Native Modal (for displaying movie details)

How to Use

Clone the repository to your local machine:

git clone [email protected]:FranciscoVieir/Movie-App.git

Access the folder

cd movieApp

Install dependencies:

npm install

or

yarn start

Availble Scripts

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.

About

The React Native Movie App is a concept application that allows users to browse and discover movies. It retrieves movie data from an API and presents it in a user-friendly interface, where users can view movie details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published