- Replace
<your_account>
with your Github username in the DEMO LINK - Follow the React task guideline
Basing on Static list of TODOs create the App downloading the TODOs and Users from API (follow the links).
- Initially the user sees a
Load
button. - After a click disable the button, change its text to
Loading...
and download the data. - Once the data has been loaded, hide the button and display the list of TODOs instead.
- Additionally, you should provide a capability of sorting the TODOs by:
todo.title
todo.completed
(whether the item is completed or not)user.name
- There should not be extra requests to the server except the first one