Skip to content

Conversation

@ViriCruz
Copy link
Owner

@ViriCruz ViriCruz commented Apr 25, 2020

Description

Basic pokemon catalog that has a browsable list of pokemon depending on the pokemon type that you select. Also, you can check in more detail if you click on a pokemon.

Features:

  • use of open pokeapi to fetch data. API reference: pokeapi
  • one page for displaying a list of pokemon depending on the pokemon type.
  • select tag to filter by pokemon type.
  • one page for displaying a detailed view of a single pokemon.
  • implementation of react-router and react-router-dom to change the component that is going to be displayed ( list of pokemon or a single pokemon).
  • implementation of redux and react-redux to save the pokemon's list on the redux store and change the filter property depending on which pokemon type is selected.

NEW:

  • unit tests for actions creators
  • unit tests for fetchPokemons.js
  • unit tests for categoryFilter.js
  • unit tests for itemDetailedView.js
  • unit tests and integration test for catalog.js and detailedView.js

Instructions to install locally:

  • npm install
  • yarn start or npm start

💬 Any question feel free to reach via slack @gabriela cruz

ViriCruz added 30 commits April 22, 2020 16:49
ViriCruz added 30 commits April 29, 2020 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants