Get characters from https://rickandmortyapi.com/api/character?species=Human&status=alive&gender=female and display a list of items.
Response are defined as interfaces
in types
- Get items for the given API and displa as
<ul>
and<li>
after render the<App>
- Create components as needed and convert any style (when needed) to
styled-components
- When user click on any item (click on
<li>
) it will be selected - If item is already selected and it's clicked again it will unselect itself
Up
andDown
buttons will be displayed only forselected
item- You can change item selected by clicking
Up
andDown
buttons or pressingUp
andDown
arrows on keyboard