Desafio 1 🔍

About ❔

This challenge aims to implement a search page for the data of the following API: https://mystique-v2-americanas.juno.b2w.io/autocomplete?content=camiseta&source=nanook.


Deployment 🚀

https://calindra-desafio-1.vercel.app/


Features ✅

  • Search for a product by its name

How to run 🏃‍♀️💨

# Clone this repository 
$ git clone https://github.com/victordurco/calindra-desafio-1

# Access the project folder cmd/terminal
$ cd calindra-desafio-1

# Install the dependencies
$ npm i

# Compile the code
$ npm run build

# Run the application
$ npm start

# The server will automatically start at localhost:3000/ on your favorite browser

Tech Stack 💾