This project was developed with React using:
- Router
- Redux (Reduxjs/Toolkit)
- Styled-Component
- Open a Terminal
- Type 'git clone project 'nameProject'
- Redirect to path (cd 'nameProject') and run 'npm install'
- Run on terminal:
npm run start - Open browser and go to LOCALHOST (by default: http://localhost:3000/) to see FrontEnd App.
- Ready to test App :)
- Display a list of products from API https://www.amiiboapi.com/
- Select a product and be added to the shopping cart
- Open the shopping cart to display all the added products. Add more products or remove them.
- Checkout option to see all the products and total amount.
- Search Nav: for searching for a specific product
- More Details: clicking on product's image you'll be redirected to a Detailed Page with all the information about the product.
- Pagination: at the bottom of the page you have the selected page's number and you can move forward.
- Clicking on "Mercat" you'll be redirect to the HOME.



