Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/walterradduso/autocomplete-component
- Owner: walterradduso
- Created: 2023-08-29T21:44:53.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-08-31T23:14:01.000Z (about 1 year ago)
- Last Synced: 2023-09-01T17:43:24.280Z (about 1 year ago)
- Topics: react, vitejs
- Language: TypeScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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