Skip to content

ismailharmanda/CineSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Movie Search App

Table of Contents

Introduction

This is a simple Movie Search App built using React Native. The app allows users to search, filter, and toggle favorite status of movies. It demonstrates the use of React Native components, state management, and basic styling.

Features

  • Search movies
  • Filter movies By genre
  • Toggle movies' favorite status
  • Infinite scroll

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone [email protected]:ismailharmanda/CineSearch.git
    cd CineSearch
  2. Install dependencies:

    yarn
  3. Install CocoaPods dependencies (iOS only):

    cd ios
    pod install
    cd ..
  4. Start the Metro bundler:

    npx react-native start
  5. Run the app on your desired platform (Android/iOS):

    npx react-native run-android
    # or
    npx react-native run-ios

Usage

Once the app is running, you can:

  • Search movies by typing in the input field.
  • Toggle a movie's favorite status by pressing the "Favorite" button.
  • Filter movies by genres by pressing the "Genre" buttons.
  • Go to detail of a movie by pressing the Movie card.

Contributing

Contributions are welcome! If you'd like to contribute, please follow these steps:

Fork the repository. Create a new branch: git checkout -b my-feature-branch. Make your changes and commit them: git commit -m 'Add some feature'. Push to the branch: git push origin my-feature-branch. Submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published