{"id":19320092,"url":"https://github.com/ash956901/randomgif","last_synced_at":"2026-04-26T16:32:28.672Z","repository":{"id":209873931,"uuid":"725153343","full_name":"ash956901/randomGIF","owner":"ash956901","description":"Generate random gifs and gifs based on your search query.","archived":false,"fork":false,"pushed_at":"2024-01-29T20:08:17.000Z","size":1132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T23:48:04.251Z","etag":null,"topics":["gif","gif-animation","gifs","html","html-css","html-css-javascript","html5","javascript","json-api","react","reactjs"],"latest_commit_sha":null,"homepage":"https://gif-gen.vercel.app/","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/ash956901.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":"2023-11-29T14:49:18.000Z","updated_at":"2024-01-28T20:15:43.000Z","dependencies_parsed_at":"2023-11-29T16:27:19.838Z","dependency_job_id":"e954fd59-4678-4cf3-8659-b2da2c5d0d7d","html_url":"https://github.com/ash956901/randomGIF","commit_stats":null,"previous_names":["ash956901/randomgif"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ash956901/randomGIF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash956901%2FrandomGIF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash956901%2FrandomGIF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash956901%2FrandomGIF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash956901%2FrandomGIF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ash956901","download_url":"https://codeload.github.com/ash956901/randomGIF/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash956901%2FrandomGIF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: 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":["gif","gif-animation","gifs","html","html-css","html-css-javascript","html5","javascript","json-api","react","reactjs"],"created_at":"2024-11-10T01:26:57.856Z","updated_at":"2026-04-26T16:32:28.651Z","avatar_url":"https://github.com/ash956901.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random GIF App\n\nWelcome to the Random GIF App! This React-based application fetches and displays random GIFs. It provides a simple and enjoyable experience.\n\n## Getting Started\n\n### Preview\n\n\u003ca href=\"https://postimg.cc/Xrd2vQZS\" target=\"_blank\"\u003e\u003cimg src=\"https://i.postimg.cc/L80GNW2X/gif1.png\" alt=\"gif1\"/\u003e\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\n\u003ca href=\"https://postimg.cc/6yDjwDpf\" target=\"_blank\"\u003e\u003cimg src=\"https://i.postimg.cc/CxKWC0yX/gif2.png\" alt=\"gif2\"/\u003e\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\n\n\nHere is a preview of the Random GIF App.\n### Installation\n\nBefore running the application, make sure to install the necessary dependencies:\n\n```bash\nnpm install\n```\n### Usage\nTo run the application, use the following command:\n```bash\n  npm start\n```\nVisit http://localhost:3000 in your browser to view the application.\n\n## Project Structure\n\nThe project is organized as follows:\n\n- **`src/`:** Source code for the React application.\n  - **`components/`:** Contains React components handling different aspects of the application.\n  - **`hooks/`:** Custom hooks for fetching GIF data.\n  - **`App.js`:** Main component rendering the application.\n- **`public/`:** Public assets and HTML file.\n\n## Dependencies\n\nThe project relies on the following dependencies:\n\n- **[axios](https://www.npmjs.com/package/axios) (v1.6.1):** Used for making HTTP requests.\n- **[react](https://www.npmjs.com/package/react) (v18.2.0):** JavaScript library for building user interfaces.\n- **[react-dom](https://www.npmjs.com/package/react-dom) (v18.2.0):** Provides DOM-specific methods.\n- **[react-scripts](https://www.npmjs.com/package/react-scripts) (v5.0.1):** Configuration and scripts for Create React App.\n- **[web-vitals](https://www.npmjs.com/package/web-vitals) (v2.1.4):** Library for measuring web vitals.\n- **[tailwindcss](https://www.npmjs.com/package/tailwindcss) (v3.2.7):** A utility-first CSS framework.\n\n## Scripts\n\nThe following npm scripts are available:\n\n- **`npm start`:** Start the development server.\n- **`npm build`:** Build the production-ready application.\n- **`npm eject`:** Eject from Create React App.\n\n ## Contributing\n\nIf you find any issues or have suggestions for improvement, please open an issue or submit a pull request. Contributions are welcome!\n\n## Contact\n\nConnect with me:\n- Email:ak956901@gmail.com\n- LinkedIn: https://www.linkedin.com/in/ashutosh-kumar-170242189/\n- Twitter: @ak956901\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fash956901%2Frandomgif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fash956901%2Frandomgif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fash956901%2Frandomgif/lists"}