{"id":19505588,"url":"https://github.com/bogdaaamn/movies-api-client-react","last_synced_at":"2025-07-04T01:34:19.112Z","repository":{"id":44529337,"uuid":"456589426","full_name":"bogdaaamn/movies-api-client-react","owner":"bogdaaamn","description":"Search movies and watch their trailer. Built with React","archived":false,"fork":false,"pushed_at":"2022-02-09T23:40:54.000Z","size":668,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T22:15:12.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://affectionate-noether-30c383.netlify.app","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/bogdaaamn.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}},"created_at":"2022-02-07T16:37:09.000Z","updated_at":"2022-09-05T12:35:16.000Z","dependencies_parsed_at":"2022-09-16T01:02:35.641Z","dependency_job_id":null,"html_url":"https://github.com/bogdaaamn/movies-api-client-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bogdaaamn/movies-api-client-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fmovies-api-client-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fmovies-api-client-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fmovies-api-client-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fmovies-api-client-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bogdaaamn","download_url":"https://codeload.github.com/bogdaaamn/movies-api-client-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fmovies-api-client-react/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263431237,"owners_count":23465502,"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":[],"created_at":"2024-11-10T22:32:02.230Z","updated_at":"2025-07-04T01:34:19.083Z","avatar_url":"https://github.com/bogdaaamn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movie Search App\n\nSearch movies and watch their trailer. Bootstrapped with [Create React App](https://github.com/facebook/create-react-app). Written with [TypeScript](https://github.com/microsoft/TypeScript). Based on [Movies API Nestjs](https://github.com/BogDAAAMN/movies-api-nestjs).\n\n![Cover image for Movie Search App](https://user-images.githubusercontent.com/22895284/153308445-35e4b2a3-85cb-43d8-8592-06f1b2b422c0.png)\n\n\n## Structure\n\nThe project is divided in the following routes:\n\n- `/movie/:id` renders `\u003cMoviePage /\u003e`\n    - `\u003cMovieData movie /\u003e` renders the title, plot, duration and release date of the movie\n    - `\u003cMovieTrailerFrame url /\u003e` renders the YouTube/Vimeo embed for the specified `url`\n- `/search` renders `\u003cSearchPage /\u003e`\n    - `\u003cSearchBar query /\u003e` renders an `input` that servers as a search bar and navigates to the search results\n    - `\u003cSearchData searchResult /\u003e` renders the grid of movie cards based on the `searchResult`\n    - `\u003cSearchMovieCard title posterPath votes date /\u003e` renders a card containing the movie information\n    - `\u003cSearchRecco /\u003e` renders a static list of five movies that mainly serves as a placeholder for `\u003cSearchData /\u003e`\n\n## Development\n\n### Install\n\n```bash\n$ git clone https://github.com/BogDAAAMN/movies-api-client-react/\n$ cd movies-api-client-react\n$ npm install\n```\n\n⚠️ Create and edit an `.env` file, as seen in [`.env.example`](/.env.example).\n\nhttps://github.com/BogDAAAMN/movies-api-client-react/blob/5007b6c0da6b369caf06768649b210aa24b4a6ed/.env.example#L1\n\nReplace `REACT_APP_API_URL` with the right API URL:\n\n- `http://locahost:3000` if you run [Movies API Nestjs](https://github.com/BogDAAAMN/movies-api-nestjs) locally\n- `https://quiet-depths-21248.herokuapp.com/docs` is currently used and deployed\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:8080](http://localhost:8080) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n## Build and deploy\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\n### Netlify\n\nThe project is currently deployed at https://affectionate-noether-30c383.netlify.app/.\n\n⚠️ Manually set the `REACT_APP_API_URL` env variable into the Netlify dashboard before running the first build. Read more at [Build environment variables](https://docs.netlify.com/configure-builds/environment-variables/#declare-variables).\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/BogDAAAMN/movies-api-client-react)\n\n## API\n\nThis app uses the API built at [BogDAAAMN/movies-api-nestjs](https://github.com/BogDAAAMN/movies-api-nestjs). Full documentation available at https://quiet-depths-21248.herokuapp.com/docs/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdaaamn%2Fmovies-api-client-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdaaamn%2Fmovies-api-client-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdaaamn%2Fmovies-api-client-react/lists"}