amicus homework
React build app https://shaharbukra.github.io/amicus/htmlTemplate/build/
Create a view that :
- gets data from a public api like github - used swapi
- renders the data in a table - minimu 7 columns
- click on the row will drill to details view
- hover on a row will change its background
- left column of the table is a checkbox - clicking on it will select it. make sure the selection is distinctive
- Bonus - make the table responsive - meaning renders well in small screans
use the following libraries
- React & Redux
- styled-components