juliponti / meli-react-app

React app using Mercado Libre public API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My first React App with Create React App

This project was bootstrapped with Create React App

This is my final project of the React course in CourseIt [DEMO]

Exercise:

Create an app that replicates the following pictures:

Image

Image

Keep into account

  • Based on the option selected in the first page, the second screen has to bring the results filtered by that nationality
  • Both screens have to be in the same app but in differents routes

Routes

The first screen has to be the "/" route

The second screen has to be "/carousel/:site"

Codes

  • Argentina -> MLA

  • Bolivia -> MBO

  • Brasil -> MLB

  • Colombia -> MCO

API

https://api.mercadolibre.com/sites/SITE/search?q=BUSQUEDA

Resources

https://http2.mlstatic.com/resources/deals/exhibitors_resources/mla-menu-desktop-notification-picture-86b2b844-4c2d-4b7c-8649-4fef867e0b9d.png

https://http2.mlstatic.com/ui/navigation/4.4.4/mercadolibre/logo__large_plus@2x.png

https://static.mlstatic.com/org-img/homesnw/img/ml-logo@2x.png?v=4.0

About

React app using Mercado Libre public API


Languages

Language:JavaScript 52.8%Language:SCSS 36.6%Language:HTML 10.6%