Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/valenciahq/pokedex-clone
- Owner: valenciaHQ
- Created: 2022-05-05T02:14:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T15:03:37.000Z (over 2 years ago)
- Last Synced: 2024-05-10T18:58:43.293Z (8 months ago)
- Language: TypeScript
- Size: 387 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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