This project was bootstrapped with Create React App.
In the project directory, you can run:
Paste de .env in the root for take the api variables
npm install for install dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
The structure of the proyect is the follot
** assests: ** For images and icons
** components: ** Reusable components
** redux: ** Storage for data wich includes actions and recuders
*item list reducer:* For the search items data
*loader reducer:* For cross loader
** styles: ** Variables styles for hole sass in the proyect
** view: ** View of components
*Main:* Contains the main view with just search bar adn router
*listProductView:* List with the product of the queries
*productItemView:* Detail of the product