An open API service indexing awesome lists of open source software.

https://github.com/lsmcodes/javascript-pokedex

A simple JavaScript Pokédex created for the DIO platform's "Desenvolvimento FrontEnd com Angular" bootcamp and integrated with the PokéApi REST API.
https://github.com/lsmcodes/javascript-pokedex

css html javascript pokeapi

Last synced: 3 months ago
JSON representation

A simple JavaScript Pokédex created for the DIO platform's "Desenvolvimento FrontEnd com Angular" bootcamp and integrated with the PokéApi REST API.

Awesome Lists containing this project

README

          

JavaScript Pokédex


Features  |  
Usage  |  
Technologies  |  
License


Explore nine generations of Pokémon with this simple and interactive JavaScript Pokédex. Integrated with PokéApi, it offers information to learn more about your favorite Pokémon.

This project was inspired by js-developer-pokedex from DIO.

## Features


  • See information such as types, abilities, base stats and evolution of each Pokémon;

  • Search Pokémon by name or id;

  • Choose from nine generations of Pokémon;

  • Dark and light theme.

## Usage
Clone this repository, access the directory and open the index.html file in your browser.
```bash
$ git clone https://github.com/lsmcodes/javascript-pokedex.git && cd javascript-pokedex
```

## Technologies


  • PokéApi

  • HTML

  • CSS

  • JavaScript

## License


This project is under the MIT license. See the LICENSE file for details.