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
- 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.
- 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)
oror(promise)
in SearchContainer.js?