Equipo Anabel y Mónica#41
Conversation
… función automática. Se incluyeron las funciones nuevas en main.js y la función en data.js para el fetch y la creación de tabla
….log de data del json
Added to Magnemite, Magnetron, Clefairy, Clefable, Jigglypuff, Wigglytuff and Mr. Mime
Add Fairy and Steel Types
Added Fairy and Steel types
…n icons.js de fight a fighting, creación tabla de detalles en index.html
…eadme, se cambio funció de highlight con un mouseover
| const pokeObject = pokemons; | ||
| return pokeObject; | ||
| }, | ||
| }; |
There was a problem hiding this comment.
Excelente! Que código tan ordenado, muy bueno el approach de hacer los filtros en un objeto.
| '2 km', | ||
| '5 km', | ||
| '10 km', | ||
| ], |
There was a problem hiding this comment.
Felicidades por esto! es muy entendible.
| <g id="Grupo_304" data-name="Grupo 304"> | ||
| <g id="mega-bola" transform="translate(0)"> | ||
| <g id="Grupo_303" data-name="Grupo 303" transform="translate(0)"> | ||
| <g id="Grupo_288" data-name="Grupo 288" transform="translate(1.057 1.057)"> |
There was a problem hiding this comment.
Recuerdad que puedes optimizar todas las imágenes, de ese modo no pesarán tanto. En internet puedes encontrar optimizadores. https://jakearchibald.github.io/svgomg/
| <link rel = "icon" type = "image/png" href = "https://raw.githubusercontent.com/ClaviHaze/CDMX009-Data-Lovers/master/src/images/pokemon.png"> | ||
| <link rel = "apple-touch-icon" type = "image/png" href = "https://raw.githubusercontent.com/ClaviHaze/CDMX009-Data-Lovers/master/src/images/pokemon.png"/> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
There was a problem hiding this comment.
Recuerdas ser consistente con los espacios.
| const allPoke = document.querySelector('#allPoke'); | ||
| const eggKm = document.querySelector('#eggKm'); | ||
| const home = document.querySelector('#home'); | ||
|
|
There was a problem hiding this comment.
Quizá se pueda optimizar si en lugar de un id les agregas una clase.
| /*.pokeImg:hover{ | ||
| transform: scale(1.5) | ||
| }*/ | ||
|
|
There was a problem hiding this comment.
Recuerdas eliminar código que no se utiliza.
| width: 30px; | ||
| margin-bottom: 12%; | ||
| } | ||
| .pokeType{ |
There was a problem hiding this comment.
Deja un enter entre cada clase.
| describe('example', () => { | ||
| // escribe aquí tu test | ||
| expect(typeof filters.filterByType).toBe('function'); | ||
| }); |
There was a problem hiding this comment.
Muy buejn acercamiento, por favor sigue practicando
AdrianaHY
left a comment
There was a problem hiding this comment.
Excelente trabajo! Tu código es muy ordenado y así da mucho gusto leerlo! Te recomiendo que sigas así, solo recuerda optimizar las imágenes.
No description provided.