Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valenciahq/pokedex-clone

Pokedex clone using https://pokeapi.co/
https://github.com/valenciahq/pokedex-clone

Last synced: about 1 month ago
JSON representation

Pokedex clone using https://pokeapi.co/

Awesome Lists containing this project

README

        

# 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