{"id":19390281,"url":"https://github.com/jaimerc/thepinkpanter","last_synced_at":"2025-07-31T00:33:37.294Z","repository":{"id":92068255,"uuid":"121227289","full_name":"JaimeRC/ThePinkPanter","owner":"JaimeRC","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-12T19:58:20.000Z","size":4182,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T00:05:32.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/JaimeRC.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":"2018-02-12T09:37:27.000Z","updated_at":"2020-09-29T14:34:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"f177d97b-223a-4707-b6a5-652790a8920b","html_url":"https://github.com/JaimeRC/ThePinkPanter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JaimeRC/ThePinkPanter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaimeRC%2FThePinkPanter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaimeRC%2FThePinkPanter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaimeRC%2FThePinkPanter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaimeRC%2FThePinkPanter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaimeRC","download_url":"https://codeload.github.com/JaimeRC/ThePinkPanter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaimeRC%2FThePinkPanter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267966469,"owners_count":24173550,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-11-10T10:19:58.219Z","updated_at":"2025-07-31T00:33:37.245Z","avatar_url":"https://github.com/JaimeRC.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THE PINK PANTHER IMDB \r\n\r\n\r\n### Online Version\r\n\r\nhttp://thepinkpanthers.surge.sh/#/\r\n\r\n## INTRO\r\n\r\nThis is a frontend project SPA that gives another place to discover all those films and TV shows to be always updated.\r\n\u003cbr\u003e\r\n\r\n### DEVELOPERS\r\n\r\n- \u003ca href=\"https://github.com/JaimeRC\"\u003eJaime Rubio\u003c/a\u003e\r\n- \u003ca href=\"https://github.com/Asix94\"\u003eCarlos Ramos\u003c/a\u003e\r\n- \u003ca href=\"https://github.com/AlexGonRod\"\u003eAlex González\u003c/a\u003e\r\n\r\n\r\n### KANBAN \r\n\r\n- \u003ca href=\"https://trello.com/b/dBKU5l7x/themoviedb\"\u003e TRELLO\u003c/a\u003e\r\n\r\n### SOME USEFUL TECHNOLOGIES\r\n\r\n- Bootstrap 4\r\n- CSS/Sass\r\n- React, React-router-dom, paginator\r\n\r\n\r\n### SPA COMPONENTS\r\n\r\n``` bh\r\nAPP\r\n├── Home\r\n│   ├── Popular films\r\n│   └── Popular TV Seasons\r\n│\r\n├─── FILMS\r\n│      └── Film Info\r\n├─── TV Seasons\r\n      └── Seasons Info\r\n```\r\n\r\n**The Landing page** is composed on 3 components: *HEADER, FOOTER* and *MAIN*.\r\n\r\nFirst two are fixed in every page, and main component are routed and rendered separately in 3 more.\r\n\r\n**HEADER** has *Search* component within that implements the query and *FOOTER* shows some basic info.\r\n\r\n**MAIN** is the complement that render the *homePage* and shows us either popular films and TV shows.\r\n\r\n**FILMS and TV Seasons** list every single movie and season that we want with the search button.\r\nIt lists using the *Card component* that provide a bit of info using  some Css animations as Flipping.\r\n\r\nThese lists also give us the chance to see more info about every query and take us to the last component.\r\n\r\n**INFO**\r\n\r\nThis component renders a most extensive info about every element.\r\n\r\nStarring, Company, Directing and trailer are some stuff you can see.\r\n\r\n\r\n\r\n\r\n\r\n### STYLES AND DESIGN\r\n\r\n- \u003ca href=\"https://github.com/JaimeRC/ThePinkPanter/tree/develop/thepinkpanther/public/design\"\u003eDesign \u003c/a\u003e\r\n\r\n### API\r\n- \u003ca href=\"https://www.themoviedb.org/documentation/api\"\u003eTMDB\u003c/a\u003e: Community-based movie database\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaimerc%2Fthepinkpanter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaimerc%2Fthepinkpanter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaimerc%2Fthepinkpanter/lists"}