Skip to content

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 πŸ€“

Notifications You must be signed in to change notification settings

dzenis-h/coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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. I've decided to use the Unsplash API instead of Flickr. Ops, my bad πŸ€“

App screenshot

Tech Stack πŸ’»

Tech Docs Description
React Logo React A JavaScript library for building user interfaces
RESTful API Logo RESTful API An architectural style for building web services
Unsplash API Logo Unsplash API 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.

Deployed πŸš€

You can visit the deployed version of the app here.

Credits πŸ‘Ύ

Image Search App was created by Dzenis H.

If you like what you see, please consider giving a ⭐️

About

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 πŸ€“

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages