{"id":22181429,"url":"https://github.com/seyitbugraerden/next-reactwindow-imagesearchapp","last_synced_at":"2026-04-11T14:36:19.668Z","repository":{"id":263702575,"uuid":"851287888","full_name":"seyitbugraerden/Next-ReactWindow-ImageSearchApp","owner":"seyitbugraerden","description":"Next @14.2 | React @18 | React Window @1.8","archived":false,"fork":false,"pushed_at":"2024-11-20T00:36:39.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T23:42:21.825Z","etag":null,"topics":["nextjs","react","react-window"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seyitbugraerden.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-02T19:53:52.000Z","updated_at":"2024-11-20T00:36:42.000Z","dependencies_parsed_at":"2024-11-20T03:45:11.810Z","dependency_job_id":null,"html_url":"https://github.com/seyitbugraerden/Next-ReactWindow-ImageSearchApp","commit_stats":null,"previous_names":["seyitbugraerden/next-reactwindow-imagesearchapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyitbugraerden%2FNext-ReactWindow-ImageSearchApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyitbugraerden%2FNext-ReactWindow-ImageSearchApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyitbugraerden%2FNext-ReactWindow-ImageSearchApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyitbugraerden%2FNext-ReactWindow-ImageSearchApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seyitbugraerden","download_url":"https://codeload.github.com/seyitbugraerden/Next-ReactWindow-ImageSearchApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245334910,"owners_count":20598389,"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","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":["nextjs","react","react-window"],"created_at":"2024-12-02T09:30:16.854Z","updated_at":"2025-12-30T23:26:51.724Z","avatar_url":"https://github.com/seyitbugraerden.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# React Window Example\n\n\u003c!-- Table of Contents --\u003e\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n# :notebook_with_decorative_cover: Table of Contents\n\n\u003c/summary\u003e\n\n- [Folder Structure](#bangbang-folder-structure)\n- [Getting Started](#toolbox-getting-started)\n- [Tech Stack](#gear-tech-stack)\n- [Contribute](#raised_hands-contribute)\n- [Acknowledgements](#gem-acknowledgements)\n- [Follow Me](#rocket-follow-me)\n- [Learn More](#books-learn-more)\n- [Give A Star](#star-give-a-star)\n\n\u003c/details\u003e\n\n## :bangbang: Folder Structure\n\nHere is the folder structure of this app.\n\n```bash\nNext15-ReactWindow/\n  |- app/\n    |-- global.css\n    |-- app.tsx\n    |-- layout.tsx\n  |- public/\n  |- .eslintrc.json\n  |- .gitignore\n  |- next.config.js\n  |- package-lock.json\n  |- package.json\n  |- postcss.config.js\n  |- tailwind.config.js\n  |- tsconfig.js\n```\n\n\u003cbr /\u003e\n\n## :toolbox: Getting Started\n\n1. Make sure **Git** and **NodeJS** is installed.\n\n2. Clone this repository to your local computer.\n\n3. Open terminal in root directory. Run `npm install --legacy-peer-deps` or `yarn install --legacy-peer-deps`.\n\n4. Now app is fully configured 👍 and you can start using this app using `npm run dev` or `yarn dev`.\n\n\n## :gear: Tech Stack\n\n[![React JS](https://skillicons.dev/icons?i=react \"React JS\")](https://react.dev/ \"React JS\") [![Next JS](https://skillicons.dev/icons?i=next \"Next JS\")](https://nextjs.org/ \"Next JS\") [![JavaScript](https://skillicons.dev/icons?i=ts \"Typescript\")](https://developer.mozilla.org/en-US/docs/Web/Typescript \"Typescript\") [![Tailwind CSS](https://skillicons.dev/icons?i=tailwind \"Tailwind CSS\")](https://tailwindcss.com/ \"Tailwind CSS\") [![Vercel](https://skillicons.dev/icons?i=vercel \"Vercel\")](https://vercel.com/)\n\n\n## :raised_hands: Contribute\n\nYou might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.\n\n## :gem: Acknowledgements\n\nUseful resources and dependencies that are used in Modern Portfolio.\n\n### Production Dependencies\n\n- [next](https://www.npmjs.com/package/next): 14.2.7\n- [react](https://www.npmjs.com/package/react): 18.0\n- [react-dom](https://www.npmjs.com/package/react-dom): 18.0\n- [react-window](https://www.npmjs.com/package/lucide-react): ^1.8.10\n- \n### Development Dependencies\n\n- [eslint](https://www.npmjs.com/package/eslint): ^8\n- [eslint-config-next](https://www.npmjs.com/package/eslint-config-next): 14.2.3\n- [postcss](https://www.npmjs.com/package/postcss): ^8\n- [tailwindcss](https://www.npmjs.com/package/tailwindcss): ^3.4.1\n\n\n## :rocket: Follow Me\n\n[![GitHub followers](https://img.shields.io/github/followers/seyitbugraerden?style=social\u0026label=Follow\u0026maxAge=2592000)](https://github.com/seyitbugraerden \"Follow Me\")\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https://x.com/bugrakisisi)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2Fsanidhyy%2Fmodern-portfolio \"Tweet\")\n[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://www.youtube.com/@SfenksMotovlog \"Subscribe my Channel\")\n\n## :books: Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n\n## :star: Give A Star\n\nYou can also give this repository a star to show more people and they can use this repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseyitbugraerden%2Fnext-reactwindow-imagesearchapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseyitbugraerden%2Fnext-reactwindow-imagesearchapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseyitbugraerden%2Fnext-reactwindow-imagesearchapp/lists"}