Pokémon directory using PokeAPI:
https://pokeapi.co/api/v2/pokemon?limit=151
Clone the repository and enter the following commands.
npm install # install dependenciesnpm start # start dev servernpm testCI=true npm test -- --watchAll=false # for single non-watch test runnpm run build # prod build