About | Features | Screenshots | Preview | Technologies | Requirements | Starting | License |
This is a personal challenge to create a responsive mini Pokedex project using HTML, CSS, Javascript and data from Poke API.
Currently up to 1281 Pokémons can be loaded, displaying the image, type, and some of the main details of the selected Pokémon.
You can preview the project here: Pokedex
The following tools were used in this project:
✔️ HTML;
✔️ CSS;
✔️ Javascript;
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/adilsonb/pokedex
# Access
$ cd pokedex
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Adilson Borszcz