-
Couldn't load subscription status.
- Fork 1
Open
Labels
Description
- Implement React-Redux functionality.
- 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.