28 lines
644 B
Markdown
28 lines
644 B
Markdown
|
# 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
|
||
|
|
||
|
## 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.
|