Skip to content

isaniomoraes/pokedex-prizepics

Repository files navigation

Pokedex

Quick project made by @isaniomoraes

Project setup

yarn install
yarn dev

End to End (E2E) Testing

This project uses Cypress for E2E testing. You can start by running npx cypress open to setup your environment and run the E2E tests.

More useful commands:

yarn lint
yarn test:e2e
yarn test:e2e:headless

Preview of cypress running on UI mode:

Cypress running on UI mode

Preview of cypress running on headless mode:

Cypress running on headless mode

Pokemon API wrapper

This project uses Pokenode-ts package, it is one of the Pokemon API library wrappers recommended at https://pokeapi.co/docs/v2.

It also provides official typings for the API. Same result could be achieved using axios and axios-cache-interceptor.

Improvements / nice-to-have

  • Improve pokemon sprites table/components src/components/SpritesTable/index.tsx
  • Refactor pokemon moves component and display the rest of the moves data
  • Add more E2E/unit tests
  • Integrate tests with Github Actions
  • Better data formatting for Height and Weight
  • Display a "Not found" error message
  • Enable Redux logger (on development env only)
  • Implement details router (/details/:pokemonName) for better navigation history
  • Option to clean history search
  • Migrate search history from localStorage to IndexedDB or a real API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages