Skip to content

Instantly share code, notes, and snippets.

@fccoelho7
Forked from codeholic/README.md
Last active May 22, 2021 05:45
Show Gist options
  • Save fccoelho7/0bb5e62efb860700e1e275989eb90d39 to your computer and use it in GitHub Desktop.
Save fccoelho7/0bb5e62efb860700e1e275989eb90d39 to your computer and use it in GitHub Desktop.
Tech Challenge - Gallant

Tech Challenge 🐶

We need to create a web catalog with some dog breeds in order to help some pet shop customers to choose their dogs. For this, we need a list of names and images, being able to filter the results.

Task

Needs

  • You have 1 day to achieve it.
  • The CSS styles should follow the mobile-first approach, CSS frameworks (Bootstrap, Material UI etc) aren't permitted.
  • You MUST cover at least one Use Case with Unit or Integration tests.
  • Define a scalable architecture, if possible, following the Clean Architecture (from Uncle Bob) or any similar.
  • KISS (Keep it Simple, Stupid), avoid over-engineering.

It's a mainly front-end test but we'll check your back-end skills too. Don't forget to write a "clean code", defining a good architecture and covering at least 1 use case with tests.

Support Links

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