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
- Host: GitHub
- URL: https://github.com/antoniozcode/searchbox
- Owner: AntoniozCode
- Created: 2024-02-12T23:19:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T03:28:08.000Z (8 months ago)
- Last Synced: 2025-02-03T06:54:47.283Z (8 months ago)
- Topics: vtex
- Language: TypeScript
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```