Skip to content

federicoverly/Coder_ecommerce_ejemplo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoderHouse ecommerce

Example ecommerce built with React for the CoderHouse React JS training course. It includes all the comments and explanations, but in spanish :D

Running the app

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

Libraries

Firebase

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

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

React-router-dom

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!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published