{"id":26774509,"url":"https://github.com/bonniss/rotten-oranges","last_synced_at":"2026-04-14T06:33:59.911Z","repository":{"id":115481159,"uuid":"344763330","full_name":"bonniss/rotten-oranges","owner":"bonniss","description":"A React TMDb Client","archived":false,"fork":false,"pushed_at":"2021-03-06T18:01:26.000Z","size":1682,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T06:42:44.297Z","etag":null,"topics":["es6","material-ui","modern-javascript","react","react-hook","rotten-tomatoes","tmdb-api","tmdb-movie-search"],"latest_commit_sha":null,"homepage":"https://rotten-oranges.nauda.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bonniss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-05T09:43:02.000Z","updated_at":"2022-01-13T08:58:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d496873-e071-40e3-9670-633ef7c6fff3","html_url":"https://github.com/bonniss/rotten-oranges","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bonniss/rotten-oranges","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonniss%2Frotten-oranges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonniss%2Frotten-oranges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonniss%2Frotten-oranges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonniss%2Frotten-oranges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonniss","download_url":"https://codeload.github.com/bonniss/rotten-oranges/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonniss%2Frotten-oranges/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["es6","material-ui","modern-javascript","react","react-hook","rotten-tomatoes","tmdb-api","tmdb-movie-search"],"created_at":"2025-03-29T02:17:10.597Z","updated_at":"2026-04-14T06:33:59.906Z","avatar_url":"https://github.com/bonniss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rotten Oranges - A React TMDb Client\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/bonniss/rotten-oranges/main/src/assets/logo_text.png\" alt=\"Logo\" height=\"125\"\u003e\n\u003c/p\u003e\n\nThis is one of my weekend projects to practice React Hook API. It is originally inspired by [reactjs-tmdb-app](https://github.com/SKempin/reactjs-tmdb-app) by Stephen Kempin.\n\nTechnologies used:\n\n- Backend (Data Source)\n  - [The TMDb API](https://www.themoviedb.org/documentation/api)\n- Frontend\n  - [React Material UI](https://material-ui.com/)\n\n## Authentication\n\nBefore you start, you __must__ provide information for TMDb to recognize your application.\n\nTMDb application level authentication is controlled by one of either a single query parameter, `api_key`, or by using your v4 access token as a `Bearer` token. This project use the latter by setting `ENV.bearerToken` in `environment.js`.\n\nYou can request an API key by [logging in to your account](https://www.themoviedb.org/login) or [sign up if you do not have one](https://www.themoviedb.org/signup) on TMDb, then clicking the `API` link in the left hand side bar of your account page.\n\n## Get Started\n\n```bash\ngit clone https://github.com/bonniss/rotten-oranges.git\ncd rotten-oranges\n```\n\n-  Install dependencies\n\n```bash\nnpm install\n```\n\n- Run dev server: `npm start`, default port `8001`\n\n```bash\nnpm start\n```\n\n- Build project, output folder `dist`\n\n```bash\nnpm run build\n```\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/bonniss/rotten-oranges/main/screenshots/ross-home.jpg\" alt=\"Homepage\" width=\"750\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/bonniss/rotten-oranges/main/screenshots/ross-autocomplete.jpg\" alt=\"Autocomplete\" width=\"750\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/bonniss/rotten-oranges/main/screenshots/ross-movie-detail.jpg\" alt=\"Movie detail\" width=\"750\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/bonniss/rotten-oranges/main/screenshots/ross-goat-horizontal.jpg\" alt=\"Horizontal card\" width=\"750\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/bonniss/rotten-oranges/main/screenshots/ross-goat-vertical.jpg\" alt=\"Vertical card\" width=\"750\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/bonniss/rotten-oranges/main/screenshots/ross-goat-filters.jpg\" alt=\"Filters\" width=\"750\"\u003e\n\u003c/p\u003e\n\n## Todo\n\n- Search TV Shows, Actors, Directors\n- Random Movie Suggestion\n- Favorite List\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonniss%2Frotten-oranges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonniss%2Frotten-oranges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonniss%2Frotten-oranges/lists"}