Skip to content

discogs/discogs-frontend-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discogs Frontend Exercise

The goal of this exercise is to build an interface that displays a responsive grid of Releases fetched from an API that can be sorted by either Release title or Release year.

wireframe

You can use the mocked API in src/data.ts to fetch the release data.

Requirements

The finished solution should:

  • Be implemented in Typescript or plain JavaScript and React.
  • Display cards with the following information:
    • title,
    • artist,
    • year,
    • catalog number
  • Each card should act as a link to the Release on Discogs (eg. https://www.discogs.com/release/{id})
  • Be responsive.
  • Allow cards to be sorted by release title or release year.
  • Follow the general wireframe layout as above. Do feel free to make it look better if you can, but don't spend too much time on styling.
  • Have unit/integration tests where you think they matter. 100% coverage is not required.
  • The interface should have a loading state and handle potential API errors.
  • Implement good WAI-ARIA practices where applicable.
  • Contain notes about decisions you made.
  • Avoid using too many frameworks, we're interested in seeing how you would build this interface, not your knowledge of frameworks.
  • Make good use of the web platform. We want to see semantic html, idiomatic JavaScript, etc.

Tips

  • Keep it simple!
  • Using starters like create-react-app is ok, but make sure to remove code you are not using.

Submission

To submit your solution:

  • Create a private Github Repository that contains your code
  • Invite mrlarner and romeovs as contributors
  • Let us know you have finished the solution
  • Be sure to write useful commit messages
  • If you can host the solution somewhere we can test it, that's a plus

Please reach out to me with any questions!

About

A test for frontend engineers at discogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published