{"id":18601360,"url":"https://github.com/hojat72elect/moviefinder","last_synced_at":"2026-04-20T10:03:28.687Z","repository":{"id":229367679,"uuid":"754467676","full_name":"hojat72elect/MovieFinder","owner":"hojat72elect","description":"An Expo-managed React Native app for browsing favorite movies and TV series.","archived":false,"fork":false,"pushed_at":"2025-02-12T12:52:58.000Z","size":3533,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T13:58:10.752Z","etag":null,"topics":["android-app","cross-platform","ios-app","javascript","mobile-app","movie","react-native","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hojat72elect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-08T05:34:39.000Z","updated_at":"2025-02-12T12:53:01.000Z","dependencies_parsed_at":"2024-04-26T07:26:01.818Z","dependency_job_id":"a99ce72f-e4f8-4955-9d99-bf2a82bd1887","html_url":"https://github.com/hojat72elect/MovieFinder","commit_stats":null,"previous_names":["hojat72elect/moviefinder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hojat72elect%2FMovieFinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hojat72elect%2FMovieFinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hojat72elect%2FMovieFinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hojat72elect%2FMovieFinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hojat72elect","download_url":"https://codeload.github.com/hojat72elect/MovieFinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254573607,"owners_count":22093732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-app","cross-platform","ios-app","javascript","mobile-app","movie","react-native","typescript"],"created_at":"2024-11-07T02:08:05.829Z","updated_at":"2026-04-20T10:03:28.681Z","avatar_url":"https://github.com/hojat72elect.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `Movie Finder` React Native App\n\n![Min API](https://img.shields.io/badge/API-21%2B-orange.svg?style=flat)\n[![Platform](https://img.shields.io/badge/platform-Android-green.svg)](http://developer.android.com/index.html)\n\nThis is an Expo-managed React Native app for getting all the latest news and information about movies; it currently uses\nthe \u003ca href=\"https://www.themoviedb.org/?language=en-CA\"\u003eTMDB\u003c/a\u003e API as its backend.\n\nThe trello board I use for keeping track of all the tickets of this project is shared\nin [here](https://trello.com/b/lB655CdN/movie-finder).\n\n## Contents\n\n* [Demonstration](#demonstration)\n    * [Videos](#videos)\n    * [Screenshots](#screenshots)\n* [Tech Stack](#tech-stack)\n* [Contributors](#Contributors)\n\n## Demonstration\n\n### Videos\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDemo 1\u003c/b\u003e\u003c/summary\u003e\n\n\nhttps://private-user-images.githubusercontent.com/8706521/311159902-cecbb10a-24eb-4fc1-90d3-10f9d578a1a0.mp4\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDemo 2\u003c/b\u003e\u003c/summary\u003e\n\n\nhttps://private-user-images.githubusercontent.com/8706521/311159910-2fee4de4-e056-4ab3-baa8-24023f0cae56.mp4\n\u003c/details\u003e\n\n### Screenshots\n\n\u003cp\u003e\n\u003cimg src=\"docs/screenshot1.jpg\" width=\"32%\" alt=\"screenshot number 1\"/\u003e\n\u003cimg src=\"docs/screenshot2.jpg\" width=\"32%\" alt=\"screenshot number 2\"/\u003e\n\u003cimg src=\"docs/screenshot3.jpg\" width=\"32%\" alt=\"screenshot number 3\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"docs/screenshot4.jpg\" width=\"32%\" alt=\"screenshot number 4\"/\u003e\n\u003cimg src=\"docs/screenshot5.jpg\" width=\"32%\" alt=\"screenshot number 5\"/\u003e\n\u003cimg src=\"docs/screenshot6.jpg\" width=\"32%\" alt=\"screenshot number 6\"/\u003e\n\u003c/p\u003e\n\n## Tech Stack\n\n- [TypeScript](https://www.typescriptlang.org/) - Superset of JavaScript programming language with syntax for types.\n- [JSX](https://react.dev/learn/writing-markup-with-jsx) - A syntax extension for JavaScript that allows for HTML-like\n  markup to be written inside a JavaScript/TypeScript file.\n- [React Navigation](https://reactnavigation.org/) - A routing and navigation module for React Native apps.\n- [Axios](https://axios-http.com/docs/intro) - A promise-based HTTP client for JavaScript.\n- [AsyncStorage](https://react-native-async-storage.github.io/async-storage/) - An asynchronous, unencrypted,\n  persistent, key-value storage solution for React Native applications.\n\n## Contributors\n\nMain developer: [Hojat Ghasemi](mailto:hojat72elect@gmail.com)\n\u003cbr/\u003e\n\n## Migration Roadmap\n\nImplement the \"SettingsScreen\" UI in Tab 3 of the new app.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhojat72elect%2Fmoviefinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhojat72elect%2Fmoviefinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhojat72elect%2Fmoviefinder/lists"}