Skip to content

valenciaHQ/pokedex-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex clone

  • This project has been started with CRA typescript tempate.

Core libraries used

  • React-query: Implements SWR (stale while revalidate) strategy for caching data will be fetched from pokemons API
  • Chakra-UI: UI library that has very useful, highly customizable components that supports responsiveness and WAI-ARIA follows
  • React-testing-library: For testing react components, i also used msw which is a tool to mock server responses.

There is room for improvements!

  • Better Unit Testing with RTL and integration with Cypress
  • Better UI - Improve data showed
  • Better Responsiveness

#Run it!

  • Just yarn && yarn start
  • yarn test for run test

Releases

No releases published

Packages

No packages published