Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 892 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 892 Bytes

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?