{"id":26911025,"url":"https://github.com/sauravrwt/wallpaper-app","last_synced_at":"2026-05-07T08:40:09.132Z","repository":{"id":234942581,"uuid":"789777976","full_name":"SauRavRwT/Wallpaper-App","owner":"SauRavRwT","description":"Art-Gallery Web-App with made up of reactjs uses Pexel api to deliver high-quality wallpaper content. The website offers a wide variety of wallpapers for users to choose from, and the content is updated regularly.","archived":false,"fork":false,"pushed_at":"2026-03-10T13:55:18.000Z","size":75488,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-10T20:20:58.596Z","etag":null,"topics":["masonary-grid","pexels-api","reactjs","simplelightbox","wallpaper-app"],"latest_commit_sha":null,"homepage":"https://sauravrwt.github.io/Wallpaper-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/SauRavRwT.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-21T14:33:36.000Z","updated_at":"2026-03-10T13:54:26.000Z","dependencies_parsed_at":"2024-05-17T17:30:19.724Z","dependency_job_id":"2d9a078a-e240-43bc-9ea7-68c74f3d7d6d","html_url":"https://github.com/SauRavRwT/Wallpaper-App","commit_stats":null,"previous_names":["sauravrwt/wallpaper-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SauRavRwT/Wallpaper-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauRavRwT%2FWallpaper-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauRavRwT%2FWallpaper-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauRavRwT%2FWallpaper-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauRavRwT%2FWallpaper-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SauRavRwT","download_url":"https://codeload.github.com/SauRavRwT/Wallpaper-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauRavRwT%2FWallpaper-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32730201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","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":["masonary-grid","pexels-api","reactjs","simplelightbox","wallpaper-app"],"created_at":"2025-04-01T14:36:23.398Z","updated_at":"2026-05-07T08:40:09.124Z","avatar_url":"https://github.com/SauRavRwT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Art-Gallery\n\n\u003cimg src=\"./images/art-gallery-dark.png\" /\u003e\n\n## Overview\n\nArt-Gallery is a modern web application built with React.js that provides high-quality wallArt-Gallery using the Pexels API. The application offers:\n\n- High-quality wallpaper collection.\n- Regularly updated content.\n- Easy navigation system.\n- User-friendly interface.\n\n## Features\n\n- Smart Search with Recent Searches (persisted in localStorage).\n- Clear cache buttons.\n- Advanced Caching System (1-hour duration).\n- Responsive Design with Modern UI.\n- Infinite Scroll with Intersection Observer.\n- SimpleLightbox Image Preview.\n- Direct High-Resolution Image Download.\n- Search History Pills.\n- Suggustions in pills.\n- Performance Optimizations with React Hooks.\n\n## Preview\n\n\u003cimg src=\"./images/art-gallery-light.png\" width=\"50%\" /\u003e\u003cimg src=\"./images/art-gallery-photoview.png\" width=\"50%\" /\u003e\n\n## Installation\n\n### Prerequisites\n\n- Node.js\n- npm (Node Package Manager)\n\n### Setup Instructions\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/SauRavRwT/Wallpaper-App.git\n```\n\n2. **Install dependencies**\n\n```bash\ncd Wallpaper-App\nnpm install\n```\n\n3. **Configure API Key**\n\n   The app reads the key from an environment variable. Follow these steps:\n   - Obtain your API key from [Pexels](https://www.pexels.com/api/key/).\n   - Create a `.env` file in the project root (same folder as `package.json`).\n   - Add the following line, replacing with your actual key:\n\n```env\nREACT_APP_PEXELS_API_KEY=YOUR_API_KEY_HERE\n```\n\n- Restart the development server if it’s already running.\n\nIf the key is missing or invalid, the app will log an error and show no images.\n\n4. **Run the application**\n\n```bash\nnpm start\n```\n\nThe application will open at [http://localhost:3000](http://localhost:3000)\n\n## Development\n\n### Available Scripts\n\n- `npm start` - Runs the app in development mode\n- `npm run build` - Creates a production build in the `build` folder\n\n## Contributing\n\nWe welcome contributions! If you’d like to help improve this project, feel free to fork the repository and submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauravrwt%2Fwallpaper-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsauravrwt%2Fwallpaper-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauravrwt%2Fwallpaper-app/lists"}