https://github.com/hojat72elect/moviefinder
An Expo-managed React Native app for browsing favorite movies and TV series.
https://github.com/hojat72elect/moviefinder
android-app cross-platform ios-app javascript mobile-app movie react-native typescript
Last synced: 3 months ago
JSON representation
An Expo-managed React Native app for browsing favorite movies and TV series.
- Host: GitHub
- URL: https://github.com/hojat72elect/moviefinder
- Owner: hojat72elect
- Created: 2024-02-08T05:34:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T12:52:58.000Z (over 1 year ago)
- Last Synced: 2025-02-12T13:58:10.752Z (over 1 year ago)
- Topics: android-app, cross-platform, ios-app, javascript, mobile-app, movie, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 3.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Movie Finder` React Native App

[](http://developer.android.com/index.html)
This is an Expo-managed React Native app for getting all the latest news and information about movies; it currently uses
the TMDB API as its backend.
The trello board I use for keeping track of all the tickets of this project is shared
in [here](https://trello.com/b/lB655CdN/movie-finder).
## Contents
* [Demonstration](#demonstration)
* [Videos](#videos)
* [Screenshots](#screenshots)
* [Tech Stack](#tech-stack)
* [Contributors](#Contributors)
## Demonstration
### Videos
Demo 1
https://private-user-images.githubusercontent.com/8706521/311159902-cecbb10a-24eb-4fc1-90d3-10f9d578a1a0.mp4
Demo 2
https://private-user-images.githubusercontent.com/8706521/311159910-2fee4de4-e056-4ab3-baa8-24023f0cae56.mp4
### Screenshots
## Tech Stack
- [TypeScript](https://www.typescriptlang.org/) - Superset of JavaScript programming language with syntax for types.
- [JSX](https://react.dev/learn/writing-markup-with-jsx) - A syntax extension for JavaScript that allows for HTML-like
markup to be written inside a JavaScript/TypeScript file.
- [React Navigation](https://reactnavigation.org/) - A routing and navigation module for React Native apps.
- [Axios](https://axios-http.com/docs/intro) - A promise-based HTTP client for JavaScript.
- [AsyncStorage](https://react-native-async-storage.github.io/async-storage/) - An asynchronous, unencrypted,
persistent, key-value storage solution for React Native applications.
## Contributors
Main developer: [Hojat Ghasemi](mailto:hojat72elect@gmail.com)
## Migration Roadmap
Implement the "SettingsScreen" UI in Tab 3 of the new app.