{"id":20496832,"url":"https://github.com/agusscript/movies-info","last_synced_at":"2026-04-18T02:32:39.963Z","repository":{"id":196585848,"uuid":"669927193","full_name":"agusscript/movies-info","owner":"agusscript","description":"Brings a list of movies from an external api","archived":false,"fork":false,"pushed_at":"2023-12-09T16:53:39.000Z","size":1274,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T21:06:26.947Z","etag":null,"topics":["api","front-end","react","typescript"],"latest_commit_sha":null,"homepage":"https://movies-info-six.vercel.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/agusscript.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,"publiccode":null,"codemeta":null}},"created_at":"2023-07-23T22:04:33.000Z","updated_at":"2023-10-02T12:50:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e7ed121-86d2-43e8-925b-869eee26f47c","html_url":"https://github.com/agusscript/movies-info","commit_stats":null,"previous_names":["agusscript/movies-info"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agusscript/movies-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Fmovies-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Fmovies-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Fmovies-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Fmovies-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agusscript","download_url":"https://codeload.github.com/agusscript/movies-info/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Fmovies-info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","front-end","react","typescript"],"created_at":"2024-11-15T18:08:55.922Z","updated_at":"2026-04-18T02:32:39.948Z","avatar_url":"https://github.com/agusscript.png","language":"TypeScript","readme":"# Movies Info\n\nMovies App is a web application built with React and TypeScript. The app consumes data from an external API to show information about movies.\n\nHere are some of the features of the app:\n\n- Uses React and TypeScript to build a modern and responsive UI\n- Consumes data from an external API to show movie information\n- Has a search bar to find movies by title\n- Allows users to view movie details, including title, poster image, release date, rating, and synopsis\n- Routes management with react-router-dom library\n\n## Desktop view\n\n- Home\n\n![](assets/screenshots/movies-info-home.jpg)\n\n- Search\n\n![](assets/screenshots/movies-info-search.jpg)\n\n- Details\n\n![](assets/screenshots/movies-info-details.jpg)\n\n## Mobile view\n\n- Home\n\n![](assets/screenshots/movies-info-home-mob.jpg)\n\n- Details\n\n![](assets/screenshots/movies-info-details-mob.jpg)\n\n## Link\n\n- [Live site](https://movies-info-six.vercel.app/)\n\n## Built with\n\n\u003cp\u003e\n \u003ca href=\"https://www.typescriptlang.org/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-TypeScript-007acc?style=flat-square\u0026logo=TypeScript\u0026logoColor=white\" height=\"30\" alt=\"TypeScript\"/\u003e\n \u003c/a\u003e\n  \u003ca href=\"https://sass-lang.com/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-Sass-ff69b4?style=flat-square\u0026logo=SASS\u0026logoColor=white\" height=\"30\" alt=\"Sass\"/\u003e\n \u003c/a\u003e\n  \u003ca href=\"https://react.dev/blog/2023/03/16/introducing-react-dev\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-React-17A1E6?style=flat-square\u0026logo=react\u0026logoColor=white\" height=\"30\" alt=\"React\"/\u003e\n \u003c/a\u003e\n  \u003ca href=\"https://vitejs.dev/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-ViteJS-purple?style=flat-square\u0026logo=Vite\u0026logoColor=white\" height=\"30\" alt=\"ViteJs\"/\u003e\n \u003c/a\u003e\n\u003c/p\u003e\n\n## Run the project locally\n\nClone the project\n\n```bash\n  git clone https://github.com/agusscript/movies-info.git\n```\n\nGo to the project directory\n\n```bash\n  cd movies-info\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the local server\n\n```bash\n  npm run dev\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagusscript%2Fmovies-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagusscript%2Fmovies-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagusscript%2Fmovies-info/lists"}