#search
Read more stories on Hashnode
Articles with this tag
This article is originally posted on the Aviyel blog In today's article, we will try to solve a problem that most static site generators have, search...
Today we'll be making a fully static website JavaScript search. Meaning we won't be using any additional software like Lunr, Algolia, or Elasticsearch...
Today we will be working on a more real-world scenario, a live search! In our example, we will be using an array of names and countries. We will then...