Skip to content

xFJA/pokeapi-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published