https://github.com/dzenis-h/coding-challenge
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 🤓
https://github.com/dzenis-h/coding-challenge
coding-challenge javascript node-api react unsplash-api
Last synced: 1 day ago
JSON representation
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 🤓
- Host: GitHub
- URL: https://github.com/dzenis-h/coding-challenge
- Owner: dzenis-h
- Created: 2022-03-29T18:37:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T01:43:08.000Z (over 2 years ago)
- Last Synced: 2025-01-18T10:46:13.901Z (11 months ago)
- Topics: coding-challenge, javascript, node-api, react, unsplash-api
- Language: CSS
- Homepage: https://coding-challenge-2022.web.app
- Size: 5.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
## Image Search App 🔍
## Overview 📄
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 🤓

## Tech Stack 💻
| Tech | Docs | Description |
| :---: | :---: | :---: |
|  | [React](https://reactjs.org/docs/getting-started.html) | A JavaScript library for building user interfaces |
|  | [RESTful API](https://developer.mozilla.org/en-US/docs/Glossary/REST) | An architectural style for building web services |
|  | [Unsplash API](https://unsplash.com/documentation) | An API that provides access to millions of high-resolution photos |
## How to use this repo 🛠️
Make sure to install the dependencies using `npm install` beforehand.
To start the frontend & backend use `npm start`.
The 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.
## Purpose 🎯
Evaluate 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: 👀
- Whether the solution meets requirement and how well it does.
- Overall solution design.
- Coding standard, comments and style.
- Use of source control.
## Contributing 🤝
Contributions 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:
1. Fork the repository. 🍴
2. Create a new branch. 🌵
3. Make your changes and test them thoroughly. 👨💻
4. Submit a pull request. ✔
## License ⚖️
This 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).
## Deployed 🚀
You can visit the deployed version of the app [here](https://coding-challenge-2022.web.app).
## Credits 👾
Image Search App was created by [Dzenis H.](https://www.dzenis.tech)
If you like what you see, please consider giving a ⭐️