-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dupla colaborativa: Olimpia Coria- Dianyela Maldonado #43
base: master
Are you sure you want to change the base?
Conversation
…có archivo readme.md y se gregaron imagenes a la carpeta readme
… del prototipo final
…habia agregado una letra de más, por eso no se reflejaban al querer verlas
…sus respectivas tareas.
Feature/cambios readme
…gen del backgraund se anexó logo de app cambios en index.html botones
se agregó logo faltante de la app en readme.md
…para tablet y movil
… style.css se le dieron estilos al slider, en main.js se hizo la funcion a los botones next y prev para la funcionalidad del slider
cambios realizados en index.html, se añadió información para slider, y…
…lta botonera de filtrar
cambios realizados en style.css en cuanto al responsive de la app, fa…
…ponsive-readme se añadieron cambios en readme.md intentando cargar imagen
… totalmente funcional
se añadieron cambios en data.js y en index.html la función del filtro…
…ototipo en baja 2
…idad en responsive, visible al 100% en desktop, tablets y móvil
se agregaron cambios en dat.js en links de imagenes para la funcional…
se agrego nueva línea de código al archivo data.js
se añadió letra S al http en data.js
…final-link Feacture/readme cambio final link
docs/data.js
Outdated
@@ -43,7 +43,7 @@ function cargarJSON() { //esta función hace la conexión y definimos como quere | |||
|
|||
function cargarJSONdos(nombreCampeon) { | |||
let onlyChampion = document.querySelector('#onlyChampion'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Por qué se hacen dos peticiones?
src/data.js
Outdated
} | ||
cardsprueba.innerHTML = html; | ||
//console.log(html); | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muy buen trabajo! Solo me queda una duda, por qué la interacción con el dom está en este archivo?
src/data.js
Outdated
@@ -6,7 +6,7 @@ document.addEventListener("DOMContentLoaded", function() { | |||
|
|||
function cargarJSON() { //esta función hace la conexión y definimos como queremos que los devuleva, ya sea como texto JSON u otros metodos | |||
let cardsprueba = document.querySelector('#cardsprueba'); | |||
fetch('http://localhost:5000/data/lol/lol.json') | |||
fetch('http://localhost:64127/data/lol/lol.json') | |||
.then(res => { | |||
return res.json() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Por qué hacemos una llamada al localhost?
</header> | ||
<!-- slider --> | ||
|
||
<section id="top"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Borrar espacions y comentarios innecesarios.
<li> <button class="filter" data-type="Tank"> TANK<img class="b6" src="imagenes/tank2.png"> </button> </li> | ||
<li> <button class="filter" data-type="All"> ALL CHAMPS<img class="b7"> </button> </li> | ||
</ul> | ||
</nav> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hay que ser más consistentes con los espacios.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chicas! es un excelente trabajo, continúen así! Recuerden optimizar las imágenes para que no sean tan pesadas.
…ere together in data.js, the code is modularized.
main.js load jsonone.js filterchamps.js variables that were written with var to let were replaced, and line 5 of filterchamps.js declared filteredChamps.
…de-restructuring Feature/new changes code restructuring
…de-restructuring move position of image in readme.md
Proyecto: Data lovers.
App: On-Rankeds.
Información tomada de los datos propuestos para el proyecto, en este caso: League of legends.
Laboratoria.
Sede:CDMX.