Skip to content

Instantly share code, notes, and snippets.

@steveyken
Created August 12, 2020 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveyken/9c5ab9d766bc490dee59c39c68d65e8d to your computer and use it in GitHub Desktop.
Save steveyken/9c5ab9d766bc490dee59c39c68d65e8d to your computer and use it in GitHub Desktop.
GoodCity Coding Challenge

GoodCity Coding Challenge

Mini-project: A photo viewer app

Given the following api: https://jsonplaceholder.typicode.com, write a React application allowing us to view users and their photo albums.

The app should allow us to :

  • List the users
  • Select a user, of which we can
    1. View the albums
    2. View the photos within the albums

The look and feel of the application are entirely up to the candidate. Any bonus features are well appreciated.

Note: The above API must be used to list the users/albums/pictures. But feel free to use alternative apis such as https://picsum.photos if you wish to have better looking images :)

What we will be looking at

  • Overall look/feel/experience of the app
  • Cleanliness of code
  • Creativity
  • Responsivness
  • Best practices
  • Tests
  • Documentation / Setup

The candidate is allowed to set up the project as he/she pleases, we're interested in seeing how you work.

Delivery

Please put the code into a Github repo and provide us the link. The repo should contain information on how to install/start the application.

Thank you

Thanks again for your time and effort in delivering this mini-project.

Good luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment