Task: Search

  • Add a field for searching through the posts on the page

  • This is going to be a client-side-search

  • It should search by title only

  • Use a RegEx to see if a title matches the search-term

  • Update the List-view to only show the posts of which the title matches

  • When the search is finished and the search-term is empty, all the posts should be visible again

  • Feel free to throttle the search if it looks janky

  • Ask another trainee for a review

  • Process any feedback you get (only if you agree with the feedback)

  • Finished? Ask me for a review

Are you stuck? Feel free to ask me anything. I am here to help

Last updated

Was this helpful?