Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/walterradduso/autocomplete-component

This is a simple autocomplete component.
https://github.com/walterradduso/autocomplete-component

react vitejs

Last synced: 4 days ago
JSON representation

This is a simple autocomplete component.

Awesome Lists containing this project

README

        

# Autocomplete Component

This is a simple autocomplete component.

---

## How to run the project

- Clone the repository
- Install the dependencies

```
npm install
```

- Run the application

```
npm run dev
```

- Open the application in the browser:
[http://localhost:3000](http://localhost:3000)

---

## Production Build

- Build the application

```
npm run build
```

- Run the application

```
npm run preview
```

- Open the application in the browser:
[http://localhost:4173](http://localhost:4173)

---

#### Tools

- ViteJs
- React

---

#### Node Version

```
v18.17.0.
```

---

#### Author

- Walter Radduso