Simple S&p 500 auto complete search bar with de-bouncing.
Go to file
2024-11-15 20:04:02 -06:00
plugins Initial commit 2024-11-15 20:02:11 -06:00
routes Initial commit 2024-11-15 20:02:11 -06:00
static Initial commit 2024-11-15 20:02:11 -06:00
app.js Initial commit 2024-11-15 20:02:11 -06:00
eslint.config.js Initial commit 2024-11-15 20:02:11 -06:00
index.js Initial commit 2024-11-15 20:02:11 -06:00
LICENSE Initial commit 2024-11-15 20:02:11 -06:00
package-lock.json Initial commit 2024-11-15 20:02:11 -06:00
package.json Initial commit 2024-11-15 20:02:11 -06:00
README.md Added todos 2024-11-15 20:04:02 -06:00

Auto-Complete

Description

Simple auto complete search bar.

Table of Contents

Features / TODOS

  • Auto complete search bar
  • Debouncing
  • Throttling
  • Redis / Caching
  • Postgresql / Backend

Usage

Credits / Resources

Web Dev Simplified - Debounce and Throttle
Steve Griffith - Autocomplete input with debounce

License

This project is licensed under GPLv3 - see the LICENSE file for details.