Repositorio del proyecto para el curso de "React.js".
E-commerce Marcelo Kopp - Woodcut artist
https://react-eccomerce-marcelo-kopp.vercel.app/
Pagina de inicio --- > Productos renderizados utilizando firebase collections & docs
Navbar con dropdown para filtrar los productos por "category id" / filtrar por "all"
Detalle de producto, con renderizado condicional.
Cart component con Renderizado condicional.
- Boton para "empty cart"
- Boton para "delete product id"
- Boton "Finalizar compra" con ruta al componente checkout, para poder generar la orden (creando una nueva collection y un nuevo doc, con el metodo addDoc de firebase/firestore)
- Chakra UI v2.2.3 (app ui)
- React Toastify V9.0.8 (alerts)
- Firebase V9.9.3 (render products from firebase/firestore collections & addDoc for customer orders)
- React-Router-Dom V6.3.0 (for dynamic routing in a web app)
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!