Bookmark-reader-using-Raindrop-API

2023-05-31.18-53-37.mp4

Project Goals

  • fetching API for every article entry
  • learning POSTMAN GET process to unlock access_token
  • asynchronous code
  • for...of loop to display article title, tag and domain
  • format Date european way with Date() JS method
  • filter by tag using reduce method to retrieve all the unique tags
  • tag counter for each tag using a tag count object that is incremented within the for...of loop
  • filter "ALL" that display every articles
  • dynamic style forEach tag filter using a nested for...of loop inside an eventListener inside a forEach loop
  • View Transitions API to get a sliding effect when clicking on a filter

🛠️

VanillaJS, CSS, HTML