Skip to content
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

platzi js challenge #246

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
19 changes: 11 additions & 8 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

Solución al reto:

Nombre:
Usuario Platzi:
Correo Electronico:
Nombre: Nilton Torres
Usuario Platzi: nilt0n
Correo Electronico: [email protected]

## Reto:

- [ ] Primer problema
- [ ] Segundo problema
- [ ] Tercer problema
- [ ] Cuarto Problema
- [ ] Quinto Problema
- [x] Primer problema
- [x] Segundo problema
- [x] Tercer problema
- [x] Cuarto Problema
- [x] Quinto Problema
Deployed Vercel: https://js-challenge-wine.vercel.app/


1 change: 1 addition & 0 deletions dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>PlatziStore</title><meta name="keywords" content="PlatziStore, Comercio Electrónico"><meta name="description" content="Tienda Online"><link href="styles.css" rel="stylesheet"><script defer="defer" src="bundle.js"></script></head><body><div class="Main"><h1>PlatziStore</h1><div id="app"></div><div id="observe"></div></div><ul class="items row"></ul></body><script src="../src/index.js"></script></html>
Loading