Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 506 Bytes

Movie Search App A React Native project with the intent of practicing the following skills:

  • API Communication
  • Naivigation
  • Local Persistence
  • Redux
  • Internationalization

What it does? The app offers a search bar, where the user can search for a movie title they want to find. The app displays the search results as a clickable list, where the user can see more details about the movies. Uppon clicking, the user navigates to another page with details about the selected movie.