Pokemon cards index, using pokeAPI.
yarn install
yarn dev
- Unit only:
yarn unit
- Component only:
yarn cypress
- For both:
yarn test
-
Toasts will show if you add or remove a card from your favorites by clicking the start on the top right of an opened card.
-
Unit tests using
vitest
-
Component tests using
cypress