Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 631 Bytes

File metadata and controls

29 lines (15 loc) · 631 Bytes

React Jr. Test

I've heard about a junior react test that asks to consume data from pokeapi, list 20 pokemons names per page and create previous/next buttons for navigation. So I decided to implement that challenge with some extra features, starting by tests.

Live Demo: https://pokelisting.netlify.app

Available Scripts

You can run:

yarn start

You can test:

yarn test

New features to implement:

✔︎ Write some tests;

✔︎ Responsiveness;

⏱ Turn buttons into a component;

⏱ Create context to share data;

⏱ Performaces tests and improvements;

⏱ E2E Testing;