Using React connect to https://pokeapi.co/ and create a pokedex, where the user can perform the following actions:
- List all Pokémon, provide some kind of pagination feature (Infinite Scroll preferred).
- View a Pokémon detailed info (Image, id, name, type, abilities).
- Search for a specific Pokémon.
To install the software you must have:
- Execution environment for JavaScript NodeJs.
- Code editor such as VSCode
- Command Line Interface (CLI) like the Windows CMD or GitBash from git or, failing that, the integrated VSCode terminal.
Cloning the repository will allow you to get a copy of the project on your local machine:
$git clone https://github.com/brahianf/ReactHooks.git
Install the required packages and dependencies:
$npm install
For a development environment running at http://localhots:8080:
$npm start
For a production environment:
$npm build
Desktop web application developed with technologies:
- Sass - CSS - Style sheet language and design with BEM methodology.
- ReactJs - Framework for frontend development and user interfaces.
- NodeJS - Runtime environment for JavaScript.
- WebPack - Module packer for modern JS applications.
- Frontend Developer Brahianf Hurtado.
(MIT).