Skip to content

oleksandrorel/react_dynamic-list-of-todos

Repository files navigation

React dynamic list of TODOs

Description

Basing on Static list of TODOs create the App downloading the TODOs and Users from API (follow the links).

  1. Initially TodoList shows a Load button.
  2. After a click disable the button, change its text to Loading... and download the data.
  3. Once the data has been loaded, hide the button and display the list of TODOs instead.
  4. Additionally, you should provide a capability of sorting the TODOs by:
    • todo.title
    • todo.completed (whether the item is completed or not)
    • user.name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.8%
  • SCSS 46.8%
  • HTML 6.4%