Skip to content

This is the first JS project of my virtual internship journey.

Notifications You must be signed in to change notification settings

CXaymae/wikipedia-search-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wikipedia-search-engine

This is a simple Wikipedia search engine web application. The latest update includes the implementation of the debounce technique for the search input on the top of the page. The debounce technique optimizes the performance and improves the user experience by delaying the search action until the user has finished typing. This reduces unnecessary API requests and provides a smoother and more responsive search feature.

To try out the application, simply type your search query in the search input field and wait for a brief moment after each keystroke. The search results will be displayed dynamically once the user has finished typing or paused for a short period.

About

This is the first JS project of my virtual internship journey.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.2%
  • CSS 32.6%
  • HTML 20.2%