{"id":20791754,"url":"https://github.com/dzenis-h/coding-challenge","last_synced_at":"2025-12-24T23:40:28.000Z","repository":{"id":39831888,"uuid":"475573097","full_name":"dzenis-h/coding-challenge","owner":"dzenis-h","description":"This small, silly, non-optimized project was built as part of the \"coding-challenge-full-stack-js\" challenge. Original challenge can be found inside of this repo: https://github.com/crewfire/coding-challenge-full-stack-js. I've decided to use the Unsplash API instead of Flickr. Ops, my bad 🤓","archived":false,"fork":false,"pushed_at":"2023-06-02T01:43:08.000Z","size":5407,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T10:46:13.901Z","etag":null,"topics":["coding-challenge","javascript","node-api","react","unsplash-api"],"latest_commit_sha":null,"homepage":"https://coding-challenge-2022.web.app","language":"CSS","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/dzenis-h.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":"2022-03-29T18:37:07.000Z","updated_at":"2023-06-02T00:48:06.000Z","dependencies_parsed_at":"2024-11-17T15:48:28.496Z","dependency_job_id":"38f3ac79-47d3-42b6-9da5-cdd0e98ca7f3","html_url":"https://github.com/dzenis-h/coding-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2Fcoding-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2Fcoding-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2Fcoding-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2Fcoding-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dzenis-h","download_url":"https://codeload.github.com/dzenis-h/coding-challenge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243136235,"owners_count":20241988,"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":["coding-challenge","javascript","node-api","react","unsplash-api"],"created_at":"2024-11-17T15:47:09.921Z","updated_at":"2025-12-24T23:40:27.966Z","avatar_url":"https://github.com/dzenis-h.png","language":"CSS","readme":"##\n## Image Search App 🔍\n\n## Overview 📄\nThis small, silly, non-optimized project was built as part of the \"coding-challenge-full-stack-js\" challenge. Original challenge can be found inside of [this repo](https://github.com/crewfire/coding-challenge-full-stack-js). I've decided to use the `Unsplash API` instead of **Flickr**. Ops, my bad 🤓\n\n![App screenshot](https://drive.google.com/uc?export=view\u0026id=1yGcWAOhr_XlfMpscB00zev_n4w6olYyT)\n\n## Tech Stack 💻\n\n| Tech | Docs | Description |\n| :---: | :---: | :---: |\n| ![React Logo](https://img.shields.io/badge/-React-61DAFB?logo=react\u0026logoColor=white\u0026style=for-the-badge) | [React](https://reactjs.org/docs/getting-started.html) | A JavaScript library for building user interfaces |\n| ![RESTful API Logo](https://img.shields.io/badge/-RESTful_API-000000?logo=api\u0026logoColor=white\u0026style=for-the-badge) | [RESTful API](https://developer.mozilla.org/en-US/docs/Glossary/REST) | An architectural style for building web services |\n| ![Unsplash API Logo](https://img.shields.io/badge/-Unsplash_API-000000?logo=unsplash\u0026logoColor=white\u0026style=for-the-badge) | [Unsplash API](https://unsplash.com/documentation) | An API that provides access to millions of high-resolution photos |\n\n## How to use this repo 🛠️\nMake sure to install the dependencies using `npm install` beforehand.\n\nTo start the frontend \u0026 backend use `npm start`.\n\nThe frontend uses `create-react-app` as dev tool. All requests to `/api/*` are proxied to `http://localhost:3001/` which is the port the backend listens on.\n\n## Purpose 🎯\nEvaluate your coding abilities and experience. Get a feel for how you would solve a problem, what you value, how you'd organize code, stylistic choices. Understand how you design a solution. What \"they\" will be looking at: 👀\n- Whether the solution meets requirement and how well it does.\n- Overall solution design.\n- Coding standard, comments and style.\n- Use of source control.\n\n## Contributing 🤝\nContributions are always welcome! Let me see how would you approach this challenge (take a look at the link provided inside of the \"About\" component or if you would like to contribute to this project, please follow these steps:\n1. Fork the repository. 🍴\n2. Create a new branch. 🌵\n3. Make your changes and test them thoroughly. 👨‍💻\n4. Submit a pull request. ✔\n\n## License ⚖️\nThis project is licensed under the MIT License. You can find more information about it [here](https://docs.google.com/document/d/11WK7tVoTFRMcWCuGZQCRWxEsDUEJ_6ArtfV-NjWcBCU/edit?usp=sharing).\n\n## Deployed 🚀\nYou can visit the deployed version of the app [here](https://coding-challenge-2022.web.app).\n\n## Credits 👾\nImage Search App was created by [Dzenis H.](https://www.dzenis.tech)\n\nIf you like what you see, please consider giving a ⭐️\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzenis-h%2Fcoding-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdzenis-h%2Fcoding-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzenis-h%2Fcoding-challenge/lists"}