{"id":15196758,"url":"https://github.com/milliorn/movie-database","last_synced_at":"2026-01-21T15:34:00.956Z","repository":{"id":37061629,"uuid":"411948713","full_name":"milliorn/movie-database","owner":"milliorn","description":"Movie database application with user-friendly interface for browsing and searching movies.","archived":false,"fork":false,"pushed_at":"2026-01-03T08:40:42.000Z","size":21878,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-06T06:50:43.177Z","etag":null,"topics":["front-end","front-end-development","frontend","movie-app","movie-catalog","movie-catalogue","movie-database-api","movie-db","react","styled","styled-component","styled-jsx","styledcomponents","typescipt","user-interface","web","web-app","web-application","webapp"],"latest_commit_sha":null,"homepage":"https://movie-database-milliorn.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milliorn.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-30T06:28:19.000Z","updated_at":"2026-01-03T08:40:45.000Z","dependencies_parsed_at":"2023-09-28T21:55:23.495Z","dependency_job_id":"68975150-7383-45ec-8ec1-ae70f376207f","html_url":"https://github.com/milliorn/movie-database","commit_stats":{"total_commits":446,"total_committers":9,"mean_commits":49.55555555555556,"dds":0.5852017937219731,"last_synced_commit":"b8fb210b6e5ee81e14469c4f99eba3f594a82675"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/milliorn/movie-database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fmovie-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fmovie-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fmovie-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fmovie-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milliorn","download_url":"https://codeload.github.com/milliorn/movie-database/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fmovie-database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["front-end","front-end-development","frontend","movie-app","movie-catalog","movie-catalogue","movie-database-api","movie-db","react","styled","styled-component","styled-jsx","styledcomponents","typescipt","user-interface","web","web-app","web-application","webapp"],"created_at":"2024-09-28T00:02:42.306Z","updated_at":"2026-01-21T15:34:00.927Z","avatar_url":"https://github.com/milliorn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Movie Database\n\nThis repository contains a movie database application built using React. It utilizes various libraries and technologies to create a user-friendly interface for browsing and searching movies.\n\n## Getting Started\n\nTo get started with the Movie-Database project, follow these steps:\n\n1. Clone the repository to your local machine.\n2. Install the project dependencies by running the following command `npm install`\n3. Start the development server by running the following command `npm start`\n\nThis will start the application in development mode and open it in your default browser at `http://localhost:3000`.\n\n## Available Scripts\n\nIn the project directory, you can run the following scripts:\n\n- `npm start`: Runs the app in development mode.\n- `npm test`: Launches the test runner in interactive watch mode.\n- `npm run build`: Builds the app for production.\n- `npm run eject`: Ejects the app from Create React App.\n\nPlease note that once you eject the app, it cannot be undone. Ejecting gives you full control over the build tools and configuration, but it's a one-way operation.\n\n## Dependencies\n\nThe Movie-Database application relies on the following dependencies:\n\n- [react](https://reactjs.org/): JavaScript library for building user interfaces.\n- [react-dom](https://reactjs.org/docs/react-dom.html): Provides DOM-specific methods that can be used at the top level of your app.\n- [react-router-dom](https://reactrouter.com/web/guides/quick-start): DOM bindings for React Router, enabling declarative routing.\n- [styled-components](https://styled-components.com/): Library for styling React components using CSS-in-JS.\n- [prop-types](https://www.npmjs.com/package/prop-types): Runtime type checking for React props.\n- [history](https://www.npmjs.com/package/history): JavaScript library for managing session history.\n- [typescript](https://www.typescriptlang.org/): A typed superset of JavaScript that compiles to plain JavaScript.\n\n## Contributing\n\nContributions to the Movie-Database project are welcome! If you'd like to contribute, please follow these guidelines:\n\n1. Fork the repository and create a new branch for your feature or bug fix.\n2. Make the necessary changes and commit them.\n3. Push your branch to your forked repository.\n4. Submit a pull request to the original repository's `main` branch.\n\nPlease ensure that your code follows the project's coding style and conventions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilliorn%2Fmovie-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilliorn%2Fmovie-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilliorn%2Fmovie-database/lists"}