https://github.com/leoviana00/pokedex-javascript
Em andamento... Criar um Projeto com HTML/CSS para listagem de Pokémon
https://github.com/leoviana00/pokedex-javascript
css html javascript
Last synced: 24 days ago
JSON representation
Em andamento... Criar um Projeto com HTML/CSS para listagem de Pokémon
- Host: GitHub
- URL: https://github.com/leoviana00/pokedex-javascript
- Owner: leoviana00
- Created: 2024-10-31T11:10:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T12:28:04.000Z (6 months ago)
- Last Synced: 2025-02-13T06:47:42.773Z (3 months ago)
- Topics: css, html, javascript
- Language: CSS
- Homepage: https://leoviana00.github.io/pokedex-javascript/
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Pokedex com Javascript
![]()
![]()
![]()
## 🌱 Projeto
Criar um Projeto com HTML/CSS para listagem de Pokémon
## 📌 Conteúdos abordados
| CSS |
| --- |
| Normalize CSS |
| Mobile First |
| Responsividade |
| Media Querys || Protocolo HTTP |
| -------------- |
| Requisições |
| URL Path e Method |
| Path Params e Query String |
| Headers |
| Body e Status Code || Javascript |
| ---------- |
| Consumo de API |
| http-server |
| Manipulação de resultados de requisição |
| Promises |
| Fetch |
| Async Functions |
| Manipulação de HTML dinamicamente |
| Função MAP |
| Manipulação de múltiplas requisições em paralelo |
| Paginação |## 📄 Referências
- [Normalize](https://cdnjs.com/libraries/normalize)
- [Docunetação - PokeApi](https://pokeapi.co/docs/v2)
- [CSS Media Querys](https://www.w3schools.com/css/css3_mediaqueries_ex.asp)
- [NPM http-server](https://www.npmjs.com/package/http-server)
- [Roboto font](https://fonts.google.com/specimen/Roboto)
- [URL - Biblioteca de imagens - Mudando o número no fim da url, muda respectivamento a imagem do pokemon](https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/1.svg)
- [Fetch Api](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
- [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)