https://github.com/davidyslu/debounce-demo
Simple demo of implementing debounce function in JavaScript! 🚀
https://github.com/davidyslu/debounce-demo
debounce html javascript
Last synced: about 1 year ago
JSON representation
Simple demo of implementing debounce function in JavaScript! 🚀
- Host: GitHub
- URL: https://github.com/davidyslu/debounce-demo
- Owner: davidyslu
- License: wtfpl
- Created: 2022-07-05T01:02:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T10:10:52.000Z (about 4 years ago)
- Last Synced: 2025-05-14T10:33:18.321Z (about 1 year ago)
- Topics: debounce, html, javascript
- Language: HTML
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Debounce Demo in JavaScript

This repository is a simple demo for implementing "Debounce" function in JavaScript. 🚀
> HINT: If you have any questions, please feel free to ask me.
---
## Description
### Execution
1. To run this demo, you need to clone the project first.
```bash
$ git clone https://github.com/yungshenglu/Debounce-Demo
```
2. After cloning, change the your current directory into the repository and setup the project
```bash
$ cd Debounce-Demo
```
3. Open the file `index.html` via your browser and see our Debounce-Demo
---
## Contributor
> NOTICE: You can follow the contributing process [CONTRIBUTING.md](CONTRIBUTING.md) to join me. I am very welcome for any issue!
- [David Lu](https://github.com/yungshenglu)
---
## License
[WTFPL](LICENSE)