Example ecommerce built with React for the CoderHouse React JS training course. It includes all the comments and explanations, but in spanish :D
Donwload the zip or clone the repository. Run
npm install
to install the dependencies. Once dependencies are installed, run
npm start
to start the application.
You can also take a look at the live project here
We have used Firestore for the database, with api calls to obtain the products. The deploy can actually also be done here! Make sure to explore firebase
Material UI for the styling of elements, making available the reusability of them while building on the already developed Material UI options. All about Material
This library is used to handle the navigation between different components, even allowing different renders based on the url passed using the useParams hook. Here more!