Skip to content

martvu/pokedex-vite

Repository files navigation

Pokedex

This is a Pokedex app, using data from the PokeApi.

Develop

npm install
npm run dev

Prettier

We use prettier for code formatting

To format all files in the project run:

npx prettier . --write

To check if all files are formatted run:

npx prettier . --check

Testing

Tests use Vitest, React testing library and jest-dom. Mocking API calls use Mocking Service Worker (msw).

To run tests:

npm test

To run test coverage run:

npm run coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages