Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
40b0a08
Api Dog: he creado el servicio, e implementado redux.
ferdlg Oct 23, 2024
53488b5
agregacion de componentes como button y card
DayanaG09 Oct 24, 2024
e3de821
App.css
NicolleInCode Oct 24, 2024
b4c2e13
componente de ejemplo
ferdlg Oct 24, 2024
52d03bf
Api Cats: he implementado redux y servicios
ferdlg Oct 24, 2024
817cac8
organizacion y cambios en los componentes y en las carpetas
DayanaG09 Oct 25, 2024
2ee2f33
agregue componente modal
ferdlg Oct 25, 2024
b20abc2
Add Landing Page Animals-adoption
NicolleInCode Oct 25, 2024
9155bf7
He implementado las paginas Dog y Cat
ferdlg Oct 25, 2024
bc77f05
seguridad
ferdlg Oct 25, 2024
392e6eb
Merge branch 'feature/componentes-reutilizables' of https://github.co…
ferdlg Oct 25, 2024
3d60eaa
pages
ferdlg Oct 25, 2024
f0f2437
integracion del modal en el button
DayanaG09 Oct 25, 2024
248ba1d
Add Landing Page AdoptionPets
NicolleInCode Oct 25, 2024
c14a1c0
Landing: he creado los componentes correspondientes.
ferdlg Oct 25, 2024
c5894af
landing: implementacion de arquitectura 7 - 1
ferdlg Oct 25, 2024
a08b93e
corrigiendo importaciones
ferdlg Oct 25, 2024
dae7ecf
cambios en el index
DayanaG09 Oct 25, 2024
6160fb4
agrego banner , ya queda posicionado, falta arreglar la letra y la po…
DayanaG09 Oct 27, 2024
3edf63b
Modific How To Adopt
NicolleInCode Oct 27, 2024
8420cb9
Estilos: configuracion de root css
ferdlg Oct 28, 2024
7855368
Manejo de errores mejorado
ferdlg Oct 28, 2024
cabdf1f
arreglo de banner
DayanaG09 Oct 28, 2024
3e4fd0a
Implementacion del BEM, agregue componentes NavBar.
NicolleInCode Oct 28, 2024
651d40d
Agregue componente StepCard.
NicolleInCode Oct 28, 2024
c28f485
Update banner.jsx
DayanaG09 Oct 28, 2024
2723114
Merge branch 'feature/Landing' of https://github.com/ferdlg/WebAdopti…
NicolleInCode Oct 29, 2024
522c08c
Merge branch 'feature/Landing' of https://github.com/ferdlg/WebAdopti…
NicolleInCode Oct 29, 2024
80e25b4
importe variables en el main.
NicolleInCode Oct 29, 2024
46a75a3
cambios en los componentes de button, card, modal
DayanaG09 Oct 29, 2024
655475a
Merge branch 'feature/componentes-reutilizables' of https://github.co…
ferdlg Oct 29, 2024
07ca859
Merge branch 'feature/Landing' of https://github.com/ferdlg/WebAdopti…
ferdlg Oct 29, 2024
a85a5ef
refactorizacion: pages
ferdlg Oct 29, 2024
7d94372
cprrogiendo App.jsx
ferdlg Oct 29, 2024
d1b1d84
Layout: agregue el componente layout
ferdlg Oct 29, 2024
d97510f
Estilos: Nav Bar
ferdlg Oct 29, 2024
ee5be2f
modifique el NavBar, agregandole "Quienes somos?"
NicolleInCode Oct 30, 2024
4d545aa
agregue quienes somos
NicolleInCode Oct 30, 2024
0ec9cfa
_aboutUs.css
NicolleInCode Oct 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions WebAdoption/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VITE_CAT_API_URL =https://api.thecatapi.com/v1/images/search
VITE_CAT_API_KEY =live_QArxJXyI8idb8DeOP04iowl5Iv6yTfSgd3PTbJUKw3WRyjs2V6lQxgvGc3DvQILw
VITE_DOG_API_URL =https://api.thedogapi.com/v1/images/search
VITE_DOG_API_KEY =llive_t6SIuI2zhBIqtpDO8jnuTDQ9Dksmi6XtrtiGjy5dMpK6wPr0nOpzSpscnJ6CEc3f
Loading