{"id":15154548,"url":"https://github.com/webdev-haseeb/image-gallery","last_synced_at":"2026-02-09T10:03:07.996Z","repository":{"id":250014385,"uuid":"832561180","full_name":"WebDev-Haseeb/Image-Gallery","owner":"WebDev-Haseeb","description":"Image Gallery is a comprehensive React Application that Dynamically allows Users to Add, Remove, View and Search Images.","archived":false,"fork":false,"pushed_at":"2024-07-25T09:41:11.000Z","size":14951,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T11:48:11.113Z","etag":null,"topics":["file-handling","frontend-development","react-js","responsive-design"],"latest_commit_sha":null,"homepage":"https://webdev-image-gallery.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/WebDev-Haseeb.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-07-23T09:15:41.000Z","updated_at":"2024-07-25T09:45:40.000Z","dependencies_parsed_at":"2024-09-26T17:41:26.152Z","dependency_job_id":null,"html_url":"https://github.com/WebDev-Haseeb/Image-Gallery","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"6a940da05f52bfbc7bab3cc7e7ce31a3315da77b"},"previous_names":["webdev-haseeb/image-gallery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WebDev-Haseeb/Image-Gallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDev-Haseeb%2FImage-Gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDev-Haseeb%2FImage-Gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDev-Haseeb%2FImage-Gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDev-Haseeb%2FImage-Gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebDev-Haseeb","download_url":"https://codeload.github.com/WebDev-Haseeb/Image-Gallery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDev-Haseeb%2FImage-Gallery/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267616744,"owners_count":24116163,"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-07-28T02:00:09.689Z","response_time":68,"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":["file-handling","frontend-development","react-js","responsive-design"],"created_at":"2024-09-26T17:41:22.776Z","updated_at":"2026-02-09T10:03:07.931Z","avatar_url":"https://github.com/WebDev-Haseeb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-JS Gallery Project\n\n## Introduction\n\nWelcome to the **Image Gallery** project! As a Front-End Developer, I crafted a fully responsive Image Gallery using React JS. This site enables users to add, delete, and search images, presenting them in a gallery view.\n\n## Features\n\n- **Responsive Design**: The gallery adjusts seamlessly to different screen sizes.\n- **Add Images**: Users can upload images directly from their devices.\n- **Delete Images**: Users can remove unwanted images from the gallery.\n- **Search Images**: Users can search images by tags.\n\n## Demo\n\nCheck out the [live demo](https://webdev-image-gallery.vercel.app/) of the Image Gallery.\n\n## Screenshots\n\n![The Gallery View](https://github.com/user-attachments/assets/12fc5eb4-6a88-4e4e-8d7e-6d1f58155581)\n![Searching Images](https://github.com/user-attachments/assets/1d62d526-0ee7-4c33-a394-0968ed1d20cd)\n![Viewing Image](https://github.com/user-attachments/assets/7347672f-de15-4e6a-ae98-1777a3dd4724)\n\n\n## Getting Started\n\nThis project was bootstrapped with Create React App.\n\n### Prerequisites\n\n- Node.js (\u003e=18.0.0)\n- npm (\u003e=6.0.0)\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/WebDev-Haseeb/Image-Gallery\n    cd Image-Gallery\n    ```\n\n2. Install the dependencies:\n    ```bash\n    npm install\n    ```\n\n### Available Scripts\n\nIn the project directory, you can run:\n\n#### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n#### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n#### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](#deployment) for more information.\n\n#### `npm run eject`\n\n**Note: this is a one-way operation. Once you eject, you can't go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc.) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\n### Deployment\n\nTo deploy the project, you can use services like Vercel, Netlify, or GitHub Pages.\n\n1. **Build the project**:\n    ```bash\n    npm run build\n    ```\n\n2. **Deploy the `build` folder** using your preferred deployment method.\n   \n\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or new features.\n\n## Acknowledgments\n\n- [React Icons](https://react-icons.github.io/react-icons/)\n- [Create React App](https://create-react-app.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdev-haseeb%2Fimage-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdev-haseeb%2Fimage-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdev-haseeb%2Fimage-gallery/lists"}