romarios1987 / react_dynamic-list-of-posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React dynamic list of Posts

Task

Basing on Static list of posts create the App downloading the data from API (follow the links):

  1. Initially PostList 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 posts instead.
  4. Add a text field, to filter the posts by post.title and post.body.
  5. (*) Add debounce with 1s delay to the text field

About


Languages

Language:TypeScript 40.5%Language:HTML 36.3%Language:JavaScript 23.2%