It is a project based in the searchBar of MeLi web page. The user input a word and it is seached on the MeLi public API through tow end-points created by express. Express serves this end-points to the front-end sending the first 4 results. The usar can click the item and watch a datail of the product. The stack of the application; ReactJS, ExpressJS and Sass. BEM Style methodology. Features Git workflow.
*En la vista de caja de búsqueda, debería poder ingresar el producto a buscar y al enviar el formulario navegar a la vista de Resultados de búsqueda, visualizando solo 4 productos. Luego, al hacer clic sobre uno de ellos, debería navegar a la vista de Detalle de Producto.
- Dado un id de producto, debería poder ingresar directamente a la vista de detalle de producto.
## Table of Contents
On Terminal
- Clone the repository:
git clon https://github.com/Charliemur2/meli_test.git
- Run The end-points:
cd server/ node app.js
- Run the App:
cd client npm start
The serve will run on port http://localhost:8081 and the app on port http://localhost:3000.
- SearchBar
- Results
- Detail Page
- App
- BreadCrumb
- BreadItem
- FreeShipping
- Loader
- ProductDetail
- ProductItem
- Results
- SearchBox
To get started...
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request using.
Authors | GitHub | ||
---|---|---|---|
Carlos Andres Murcia Muñoz | Charliemur2 | @charliesoka | Carlos Andres Murcia Muñoz |
Free Source Code