{"id":17675679,"url":"https://github.com/hasantezcan/unsplash-client","last_synced_at":"2026-02-17T02:04:07.752Z","repository":{"id":100580462,"uuid":"354007268","full_name":"hasantezcan/unsplash-client","owner":"hasantezcan","description":"Basic unofficial Unsplash web client.","archived":false,"fork":false,"pushed_at":"2021-07-23T12:02:30.000Z","size":28860,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T21:46:02.964Z","etag":null,"topics":["context-api","gallary","react","unsplash-api"],"latest_commit_sha":null,"homepage":"https://unsplash-unoffical-client-hasantezcan.vercel.app/","language":"JavaScript","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/hasantezcan.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":"2021-04-02T12:05:24.000Z","updated_at":"2025-03-18T06:14:27.000Z","dependencies_parsed_at":"2023-05-16T01:15:24.413Z","dependency_job_id":null,"html_url":"https://github.com/hasantezcan/unsplash-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hasantezcan/unsplash-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasantezcan%2Funsplash-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasantezcan%2Funsplash-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasantezcan%2Funsplash-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasantezcan%2Funsplash-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasantezcan","download_url":"https://codeload.github.com/hasantezcan/unsplash-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasantezcan%2Funsplash-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29530238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"online","status_checked_at":"2026-02-17T02:00:08.105Z","response_time":100,"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":["context-api","gallary","react","unsplash-api"],"created_at":"2024-10-24T07:23:07.341Z","updated_at":"2026-02-17T02:04:07.726Z","avatar_url":"https://github.com/hasantezcan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unsplash Client\n\nBasic unoffical Unsplash web client. [Click For **DEMO**](https://unsplash-unoffical-client-hasantezcan.vercel.app/)\n\n\nThis application was made for [Hipo Summer Internship Camp](https://hipolabs.com/internship/) application. \n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://unsplash-unoffical-client-hasantezcan.vercel.app/\"\u003e\n\t\t\u003cimg alt=\"img-name\" src=\"./preview.gif\" width=\"800\"\u003e\n  \u003cbr\u003e\n\t\u003c/a\u003e\n\t\u003cem\u003eDesktop preview\u003c/em\u003e\n\u003c/p\u003e\n\n[👉 Click for detailed showcase video](https://www.youtube.com/watch?v=W-Haha25lWA) \n\n\n## Tech Stack\n- bootstrapped with **CRA**\n\n- Made with **React.js**\n\n- **Images Source:** [Unsplash API](https://unsplash.com/developers)\n\n## Features\n\n- You can **search** with the **keywords** whatever you want. And also you can filter your keywords with **collection** titles that getting from **Unsplash's featured**. \n- If you don't have any keyword to search for something you can also **search** with **only featured collection** titles.\n- When you hover the images you will see the photographer who takes that picture. You can **click** the **artist's name** to **visit** him/her **Unsplash profile**. Also, you can see the picture's like count on the right top corner.\n- You can **download** the **picture directly** on your computer/mobile phone with a tiny, little download icon.\n- If you want to see more pictures with your search query you can travel inside the **pagination** bar.\n- If you feel lucky you can press the **dice icon** on the navbar. The application returns to you **random pictures** from Unsplash. *We have a little rate limit just for now you `only three query` chances.* ***-50 request for per hour-***\n- The collection drop-down was made with love ❤️ Please don't suppose this is an ordinary one.\n- And Finally, we have a **sidebar** for **responsive design**. Tested with mobile devices and I think it works 😅\n- **Tests?** soon! *(after midterms)* 🧑‍💻\n\n## I want to contribute 👋 \n\nInstall necessery packages.\n```bash\n  yarn install\n```\n\n- You need [Unsplash API key](https://unsplash.com/oauth/applications) to work with this application.  \n- Create a `.env` file in root directory.   \n- And add a variable like down below;\n\n```bash\nREACT_APP_UNSPLASH_API=your-API-key\n```\n\n- Runs the app in the development mode.\n\n```bash\n  yarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n- Click for open [**Pull Request**](https://github.com/hasantezcan/unsplash-client/pulls)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasantezcan%2Funsplash-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasantezcan%2Funsplash-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasantezcan%2Funsplash-client/lists"}