{"id":20028469,"url":"https://github.com/marx-wrld/animated-image-gallery","last_synced_at":"2026-05-13T09:36:09.128Z","repository":{"id":156140029,"uuid":"598573971","full_name":"Marx-wrld/Animated-Image-Gallery","owner":"Marx-wrld","description":"A performant image gallery site that can handle hundreds of large images and deliver a great user experience.","archived":false,"fork":false,"pushed_at":"2023-06-05T09:44:35.000Z","size":148,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T04:44:41.308Z","etag":null,"topics":["chakra-ui","nextjs","pexels-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marx-wrld.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}},"created_at":"2023-02-07T11:47:55.000Z","updated_at":"2023-05-27T10:15:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a88e675-7cdb-4373-bd41-e0da802728b3","html_url":"https://github.com/Marx-wrld/Animated-Image-Gallery","commit_stats":null,"previous_names":["marx-wrld/animated-image-gallery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Marx-wrld/Animated-Image-Gallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marx-wrld%2FAnimated-Image-Gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marx-wrld%2FAnimated-Image-Gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marx-wrld%2FAnimated-Image-Gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marx-wrld%2FAnimated-Image-Gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marx-wrld","download_url":"https://codeload.github.com/Marx-wrld/Animated-Image-Gallery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marx-wrld%2FAnimated-Image-Gallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-26T02:00:06.075Z","response_time":193,"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":["chakra-ui","nextjs","pexels-api"],"created_at":"2024-11-13T09:15:01.840Z","updated_at":"2025-11-26T09:05:03.036Z","avatar_url":"https://github.com/Marx-wrld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Animated-Image-Gallery\nA performant image gallery site that can handle hundreds of large images and deliver a great user experience.\n- I'll use the pexels Api and chakra-UI component library. I'll also use next.js component to optimize the images fetched from the pexels API\nRun - (npx create-next-app image-gallery)\n\n\n![2023-05-30 10_32_50-](https://github.com/Marx-wrld/Animated-Image-Gallery/assets/105711066/29118daf-5d4d-4995-88fe-45ae1d48ca43)\n\n![2023-05-30 10_32_18-](https://github.com/Marx-wrld/Animated-Image-Gallery/assets/105711066/feb082dc-4f0d-4e09-8219-e57f5f29325f)\n\n##### Image Info\n![2023-06-05 12_41_00-](https://github.com/Marx-wrld/Animated-Image-Gallery/assets/105711066/5726bbba-98f5-45e6-935f-ce3decd46ab9)\n\nHead over to https://www.pexels.com/api/new/ and create a new API key. Rename `.env.example` to `.env.local` and add the API key in it.\n\n```\nPEXELS_API_KEY = \n```\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nInstall the dependencies by running the following command.\n\n```bash\nnpm install\n```\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarx-wrld%2Fanimated-image-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarx-wrld%2Fanimated-image-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarx-wrld%2Fanimated-image-gallery/lists"}