Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1007 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 1007 Bytes

pokeapi-client

This project has been created with ReactJS and the usage of PokeAPI to fetch Pokemons data. The app shows a grid list of Pokemons as well as details from them if requested.

Requisites

  • NodeJS v18.12.1

  • NPM v8.19.2

Install dependencies

To install the project dependencies open a terminal in the root path and enter:

    yarn install

Run project

To run the project just open a terminal in the root path and enter:

    yarn start

Run tests

To run the the tests just open a terminal in the root path and enter:

    yarn test

Storybook

The Storybook shows all the components used to create the feature for this app. To run it just open a terminal in the root path and enter:

    yarn storybook

Pendint topics

  • Add e2e tests
  • Manage error scenarios
  • Add loading component for certain scenarios
  • Setup EsLint and Prettier