mr-joph / meli-frontend-test

Frontend Code Challenge For Mercadolibre

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mercadolibre Frontend Challenge

Code challenge for Mercadolibre

The goal was to add three views based on the provided designs and create a node layer as bridge between the frontent and the Mercadolibre API.

Tech Stack

  • Next.js
  • React.js
  • Sass
  • Express(Node.js)

Run The Project

  • Clone this repo and go to the cloned folder.
  • Run $ npm i
  • Run $ npm run dev for development if you wanna play around
  • For production, run $ npm run build and then $ npm start, you will notice a big improvement in response times
  • Go to the browser and hit http://localhost:1234
  • Profit 💰

Note: Developed and tested with node v12.18.3 and npm v6.*

Routes

These are the routes/endpoints available, if you have running the project, you can hit those links (they have parameters and queries for testing)

That's all and happy coding 💻 ☕

About

Frontend Code Challenge For Mercadolibre


Languages

Language:JavaScript 75.1%Language:SCSS 24.9%