ocarlic / mercado-livre

Practical test for applicants to the front-end area of Mercado Livre.

Home Page:mercado-livre-six.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenge Front End - Mercado Livre

πŸ’» About the project

Practical test for applicants to the front-end area of Mercado Livre.

The application consists of three main components:

  • the search box.
  • the display of results.
  • the detailed description of the product.

In the search box view, you should be able to enter the product to search for and when submitting the form navigate to the Search Results view, displaying only 4 products. Then, When you click on one of them, you should navigate to the Product Detail view.


πŸš€ Run the project

🧭 Starting the application

to start the project you will need node >= v14

# install the dependencies
yarn

# to run the application
yarn dev

# to run the test
yarn test

# to run the coverage
yarn coverage

The application will open on the port:3000 - access http://localhost:3000/


πŸ›  Technologies

The following tools were used to build the project

Also added prettier, eslint and editorconfig to improve code standardization

About

Practical test for applicants to the front-end area of Mercado Livre.

mercado-livre-six.vercel.app


Languages

Language:TypeScript 73.2%Language:SCSS 24.3%Language:JavaScript 2.5%