2024-11-16 02:02:11 +00:00
|
|
|
# Auto-Complete
|
|
|
|
|
|
|
|
## Description
|
|
|
|
Simple auto complete search bar.
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Features](#features)
|
|
|
|
- [Usage](#usage)
|
|
|
|
- [Credits / Resources](#credits--resources)
|
|
|
|
- [License](#license)
|
|
|
|
|
|
|
|
## Features / TODOS
|
|
|
|
|
|
|
|
- [x] Auto complete search bar
|
|
|
|
- [x] Debouncing
|
|
|
|
- [ ] Throttling
|
2024-11-16 02:04:02 +00:00
|
|
|
- [ ] Redis / Caching
|
|
|
|
- [ ] Postgresql / Backend
|
2024-11-16 02:02:11 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
## Credits / Resources
|
|
|
|
[Web Dev Simplified - Debounce and Throttle](https://www.youtube.com/watch?v=cjIswDCKgu0)<br>
|
|
|
|
[Steve Griffith - Autocomplete input with debounce](https://www.youtube.com/watch?v=2qRE071fWxw)<br>
|
|
|
|
|
|
|
|
## License
|
|
|
|
This project is licensed under GPLv3 - see the [LICENSE](LICENSE) file for details.
|