Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 22, 2022 04:00 am GMT

Realtime Static Website Search using Pure JavaScript

A JavaScript script to implement search for your static website. Its made using pure JavaScript ( no library ). Its very fast and works perfectly.

View the Demo here - https://its-aomi.github.io/static-search-pure-javascript/

Github Repo - https://github.com/its-aomi/static-search-pure-javascript

Image description

It uses a txt file that contains the blog post title and url. That is fetched and displayed real time when you search for something.

Image description

Do try it out and let me know in the comments.


Original Link: https://dev.to/itsaomi/realtime-static-website-search-using-pure-javascript-35hi

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To