Wikipedia search app is a freeCode camp task for the legacy front end development
The agile user stories are :
-
Users can type queries in a search box and view the resulting Wikipedia entries.
-
Users can view random Wikipedia articles by clicking a button.
-
wikimedia API
-
Overview [https://www.mediawiki.org/wiki/API:Main_page].
-
Search(query) [https://www.mediawiki.org/wiki/API:Query].
-
after going through others work on this task.
-
I then decided to follow Ayo isaiah(https://medium.freecodecamp.org/building-a-wikipedia-search-engine-project-4d84de3841d2) design because i love the concept.
- I have challenges trying to implement the google feature of autocomplete and on keypress
continue from the other part of the search.
- It was difficult to implement it on pure JavaScript.
click https://chisom5.github.io/Wikipedia-Search/ to view the project.