Skip to content

facundo-91/meli-challenge-fullstack

Repository files navigation

Mercado Libre Challenge

About

This project is a clone of Mercado Libre website using Next.js with Tailwind CSS for styles and Apollo GraphQL server fetching the data from Mercado Libre API.

The users are able to:

  • Search for products
  • See the product info
  • Order items by price or relevance
  • Filter items by category, location, shipping price and more
  • Toggle between light and dark mode

How to Run

In the project directory:

  1. Install dependencies.
npm install
  1. Run the development server.
npm run dev
  1. Open http://localhost:3000 to view it in your browser.

Tech used:

  • Next.js
  • Tailwind CSS
  • Apollo