An open API service indexing awesome lists of open source software.

https://github.com/antoniozcode/searchbox

Searchbox with suggestions feature
https://github.com/antoniozcode/searchbox

vtex

Last synced: 6 months ago
JSON representation

Searchbox with suggestions feature

Awesome Lists containing this project

README

          

# Searchbox Project

This project demonstrates an example of a searchbox using the debounce feature with technologies such as Tailwind CSS, React JS, TankStack Query and Vite.

Additionally, this project can connect to a VTEX site by replacing the following values:

```
VITE_KEY=XYZ
VITE_TOKEN=XYZ
VITE_API_URL=https://.vtexcommercestable.com.br
```

## Project configuration

- Install all the dependencies

```
bun install
```

## Development Workflow

```
bun dev
```