Application created as part of a course: by
Kimberly Vargas & Jonathan Mendoza
Figma
src
└───src/Components
│───About us
| └──About.jsx
│───Auth
│ │──Login.jsx [Firebase🔥]
| └──Register.jsx [Firebase🔥]
│───Cart
| │──CartProduct.jsx
| │──CurrentCart.jsx
| └──UserHistorty.jsx
│───Contact
| └──Contact.jsx
│───Home
| │──CarouselBanner.jsx
| └──Home.jsx
│───Products
| │──ProductDetails.jsx
| │──ProductCard.jsx
| └──Products.jsx
└───User
└──Profile.jsx
Home Page | Products Page |
---|---|
Product Details | Cart |
---|---|
Profile | Purchase history |
---|---|
Kimberly Vargas | Jonathan Mendoza |