This project has been developed with:
A Pokémon list where user can look for a specific pokémon or just scroll through all of them. It is also possible to see details from a pokémon when clicking in one of them.
This project can be executed this way
1 - First, you must install dependencies
# ./pokesearch
npm i
# or
yarn
2 - You should run the development server
npm run dev
# or
yarn dev
3 - Then, you can access it through http://localhost:3000/
The aim of this project was to practice developing in general, but mainly for knowing how things such as Infinite Scrolling and Skeleton Loading works.