Skip to content

An autocomplete widget returning wikipedia search results using observables

Notifications You must be signed in to change notification settings

SherryH/wikiAutocomplete

Repository files navigation

Wikiautocomplete

This is a simple autocomplete component that gives Wikipedia search suggestions based on user input and opens the selected search page.

This autocomplete widget design was taken from inspiration of this codepen

App gif

Technology

  • React
  • Webpack 4
  • Material-UI
  • RxJS
  • Eslint
  • Jest
  • Cypress
  • Cucumber

This project was done with the aim to practice React render props pattern, Observables and JSS.

To Figure out

  • How to create background animation like this codepen
  • Where to refactor searchInput$ out of searchBox.js to?
  • Why Observable got fired more times during search
  • How to convert promise into Observable using from(promise) or or(promise) in SearchContainer.js?

About

An autocomplete widget returning wikipedia search results using observables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published