{"id":20580563,"url":"https://github.com/cramouchegit/popmovies-app","last_synced_at":"2026-04-17T18:06:32.775Z","repository":{"id":254714975,"uuid":"847322402","full_name":"Cramouchegit/PopMovies-App","owner":"Cramouchegit","description":"Create a simple PopMovie App using React JS + TypeScript and omDB API","archived":false,"fork":false,"pushed_at":"2024-08-25T14:51:51.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T11:51:23.638Z","etag":null,"topics":["omdb-api","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://pop-movies-app.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/Cramouchegit.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":"2024-08-25T13:52:55.000Z","updated_at":"2024-08-25T14:51:54.000Z","dependencies_parsed_at":"2024-08-25T16:12:52.974Z","dependency_job_id":null,"html_url":"https://github.com/Cramouchegit/PopMovies-App","commit_stats":null,"previous_names":["cramouchegit/popmovies-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cramouchegit/PopMovies-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cramouchegit%2FPopMovies-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cramouchegit%2FPopMovies-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cramouchegit%2FPopMovies-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cramouchegit%2FPopMovies-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cramouchegit","download_url":"https://codeload.github.com/Cramouchegit/PopMovies-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cramouchegit%2FPopMovies-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31939826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","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":["omdb-api","reactjs","typescript"],"created_at":"2024-11-16T06:24:22.595Z","updated_at":"2026-04-17T18:06:32.759Z","avatar_url":"https://github.com/Cramouchegit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + TypeScript + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type aware lint rules:\n\n- Configure the top-level `parserOptions` property like this:\n\n```js\nexport default tseslint.config({\n  languageOptions: {\n    // other options...\n    parserOptions: {\n      project: ['./tsconfig.node.json', './tsconfig.app.json'],\n      tsconfigRootDir: import.meta.dirname,\n    },\n  },\n})\n```\n\n- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`\n- Optionally add `...tseslint.configs.stylisticTypeChecked`\n- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:\n\n```js\n// eslint.config.js\nimport react from 'eslint-plugin-react'\n\nexport default tseslint.config({\n  // Set the react version\n  settings: { react: { version: '18.3' } },\n  plugins: {\n    // Add the react plugin\n    react,\n  },\n  rules: {\n    // other rules...\n    // Enable its recommended rules\n    ...react.configs.recommended.rules,\n    ...react.configs['jsx-runtime'].rules,\n  },\n})\n```\n\n## Getting Started\n\n### Prerequisites\n\n- bun runtime installed on your machine.\n- A OMDB API key.\n\n### Installation\n\n1. Clone this repository:\n   ```bash\n   https://github.com/Cramouchegit/PopMovies-App.git\n   ```\n2. Navigate into the project directory:\n   ```bash\n   cd PopMovies-App\n   ```\n3. Install the dependencies:\n   ```bash\n   bun install\n   ```\n\n### Running the Application\n\n1. Create a `.env` file in the root directory and add your OMDB API key:\n   ```plaintext\n   VITE_API_KEY=\"YOUR_OMDB_API_KEY_HERE\"\n   ```\n2. Start the development server:\n   ```bash\n   bun run dev\n   ```\n3. Open your browser and go to `http://localhost:5173` to see the application in action.\n\n## Resources\n\n- [OMDB API Documentation](https://www.omdbapi.com//)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcramouchegit%2Fpopmovies-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcramouchegit%2Fpopmovies-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcramouchegit%2Fpopmovies-app/lists"}