auto-complete/README.md
2024-11-15 20:04:02 -06:00

30 lines
693 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
- [ ] Redis / Caching
- [ ] Postgresql / Backend
## 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.