Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teagucordeiro/pokedex
🔍 Pokedex that searches for pokemons by name and by id, making use of the PokéAPI.
https://github.com/teagucordeiro/pokedex
css html javascript
Last synced: 6 days ago
JSON representation
🔍 Pokedex that searches for pokemons by name and by id, making use of the PokéAPI.
- Host: GitHub
- URL: https://github.com/teagucordeiro/pokedex
- Owner: teagucordeiro
- License: mit
- Created: 2022-07-26T09:04:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T17:45:26.000Z (about 2 years ago)
- Last Synced: 2024-06-04T19:05:35.349Z (5 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://thiagooliveiracordeiro.github.io/pokedex/
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pokedex
About •
Technologies •
Status •
Deploy •
Running •
Author •
License## :bookmark_tabs: About
Project referring to the practical class of HTML, CSS and JavaScript of the [Manual do Dev](https://www.youtube.com/c/ManualdoDev) channel. In this class, I was able to review in practice important JavaScript concepts, such as asynchronisms, fetchAPI promises and the like. In addition to practicing front-end skills.
### :hammer: **Technologies**
The following tools were used in the construction of the project:
- [HTML](https://developer.mozilla.org/pt-BR/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [JavaScript](https://www.javascript.com/)---
### :triangular_ruler: **Project Status**
👨🏫 The project has already been completed!### :computer: Deploy
See the running project: Pokedex### :dvd: **Running the Project**
```bash
# Clone this repository
$ git clone https://github.com/ThiagoOliveiraCordeiro/pokedex.git# Access the project folder in terminal/cmd
$ cd pokedex# Open the project in a browser (of your choice)
$ google-chrome index.html```
### :boy: **Author**
Thiago OliveiraDone with ❤️ by Thiago Oliveira 👋🏽 Contact me!
[![Linkedin Badge](https://img.shields.io/badge/-Thiago_Oliveira-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)](https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)
[![Github Badge](https://img.shields.io/badge/-Thiago_Oliveira-000?style=flat-square&logo=Github&logoColor=white&link=https://github.com/ThiagoOliveiraCordeiro)](https://github.com/ThiagoOliveiraCordeiro)---
### :page_facing_up: **License**
This project is licensed by [MIT](./LICENSE).