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.
- Host: GitHub
- URL: https://github.com/lsmcodes/javascript-pokedex
- Owner: lsmcodes
- License: mit
- Created: 2023-12-30T19:04:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T12:08:36.000Z (over 2 years ago)
- Last Synced: 2024-01-05T13:34:00.397Z (over 2 years ago)
- Topics: css, html, javascript, pokeapi
- Language: JavaScript
- Homepage: https://lsmcodes.github.io/javascript-pokedex/
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.