You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port state to Redux instead of local state in components.
Add filtering of list by using indexOf(text) and comparing to -1. Use redux state to access text field value from code list.
Fix centering and layout a bit more.
Possibly add more color and life or more features to the page to make it less boring. (But NOT overwhelming, keep in mind that the goal of the app is to be simple, easily accessible and quick to find information.)
Find a dynamic way to center content across all devices and screen widths.
Remove in-line styling if possible with a more organized alternative (see styled components)
Add comments throughout code to explain possibly unclear sections.
Overall code cleanup.
The text was updated successfully, but these errors were encountered:
Repository owner
locked and limited conversation to collaborators
Aug 13, 2017
indexOf(text)
and comparing to-1
. Use redux state to access text field value from code list.The text was updated successfully, but these errors were encountered: