{"id":27791328,"url":"https://github.com/jonatanramhoj/episodify","last_synced_at":"2026-05-07T19:11:31.701Z","repository":{"id":170458403,"uuid":"646594905","full_name":"jonatanramhoj/episodify","owner":"jonatanramhoj","description":"Episodify: TV-episode management app with GraphQL and Apollo Client.","archived":false,"fork":false,"pushed_at":"2023-06-26T23:30:32.000Z","size":1611,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T10:36:31.793Z","etag":null,"topics":["apollo-client","awsappsync","nextjs","omdb","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://episodify.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/jonatanramhoj.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,"zenodo":null}},"created_at":"2023-05-28T22:12:42.000Z","updated_at":"2023-06-19T01:14:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"31e3b1f9-71f2-466e-8dba-0eb904c2d14b","html_url":"https://github.com/jonatanramhoj/episodify","commit_stats":null,"previous_names":["jonatanramhoj/episodify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonatanramhoj/episodify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonatanramhoj%2Fepisodify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonatanramhoj%2Fepisodify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonatanramhoj%2Fepisodify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonatanramhoj%2Fepisodify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonatanramhoj","download_url":"https://codeload.github.com/jonatanramhoj/episodify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonatanramhoj%2Fepisodify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32751975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["apollo-client","awsappsync","nextjs","omdb","tailwindcss","typescript"],"created_at":"2025-04-30T19:00:00.749Z","updated_at":"2026-05-07T19:11:31.695Z","avatar_url":"https://github.com/jonatanramhoj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Episodify TV-Episode Management Application\n\nEpisodify is a TV-Episode management application that allows users to Create, Read, Update, and Delete (CRUD) TV episodes through a fully responsive user interface. It provides features such as a landing page with a list of episodes, episode details page, search with auto suggestions, real-time updates and feedback, and works seamlessly on both desktop and mobile devices.\n\n![episodify-screenshots](https://github.com/jonatanramhoj/episodify/assets/3789167/f6b52c85-33bb-4920-a265-78bf377458c9)\n\n## Features\n\n- Landing page with a comprehensive list of episodes\n- Episode details page showcasing specific episode information\n- Search functionality with auto-suggestions for quick episode discovery\n- Create, update, and delete episodes to manage your collection\n- Real-time updates and feedback to keep your TV-episode data up-to-date\n- Fully responsive UI for a seamless experience across desktop and mobile platforms\n\n## Tech Stack\n\nEpisodify is built using the following technologies:\n\n- Framework: Next.js\n- Deployment: Vercel\n- Styling: Tailwind CSS\n- Backend: AWS AppSync + OMDb\n- API: GraphQL\n- State management: Apollo Client\n- Animations: Framer Motion\n\n## Prerequisites\n\nTo run the Episodify project locally, ensure that you have the following prerequisites installed:\n\n- Node.js\n- npm (Node Package Manager)\n\n## Getting Started\n\nFollow the steps below to set up and run Episodify locally:\n\n1. Clone the repository:\n\n```\ngit clone git@github.com:jonatanramhoj/episodify.git\n```\n\n2. Change to the project directory:\n\n```\ncd episodify\n```\n\n3. Install the dependencies:\n\n```\nnpm install\n```\n\n4. Create an `.env.local` file in the root directory of the project with the following variables:\n\n```\nNEXT_PUBLIC_GRAPHQL_API=\u003cYOUR_GRAPHQL_API_ENDPOINT\u003e\nNEXT_PUBLIC_API_KEY=\u003cYOUR_API_KEY\u003e\nNEXT_PUBLIC_OMDB_API_KEY=\u003cYOUR_OMDB_API_KEY\u003e\n```\n\nReplace `\u003cYOUR_GRAPHQL_API_ENDPOINT\u003e`, `\u003cYOUR_API_KEY\u003e`, and `\u003cYOUR_OMDB_API_KEY\u003e` with your respective values.\n\n5. Start the local development server:\n\n```\nnpm run dev\n```\n\n6. Open your browser and visit `http://localhost:3000` to see the Episodify application in action.\n\n## Demo\n\nCheck out the live demo of Episodify at [https://episodify.vercel.app/](https://episodify.vercel.app/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonatanramhoj%2Fepisodify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonatanramhoj%2Fepisodify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonatanramhoj%2Fepisodify/lists"}