meupatrocinio / frontend-challenge

0 stars 0 forks source link

Problem

In this challenge, we want to assess your front-end development skills by building an app that allows users to explore Pokémon by type.

The initial screen should contain cards of all the Pokémon types (electric, ground, grass, etc.). If the user clicks on a card, it should navigate to the pokemon-type/:type route and show all Pokémon from that type, 10 items per page.

Essential information:

Guidelines

If you're developing with Angular:

Time reference

We expect this challenge to take you around 120 minutes. This is a time reference so you can infer the level of polish we expect from your solution. Of course, feel free to spend as much time on it as you wish.

Delivery

You should open a public git repository for us to clone your project and review the code.

Interview

We will review the solution live in the interview and you’ll have the opportunity to explain things in the project you find the most interesting. Be prepared to discuss your code and design decisions, difficulties, and how you tested your application.