Task:
- Create a page to display a list of posts where each post consists of a headline, description, picture, creation date, and tag list.
- Features:
- sorting by date.
- sorting by tags.
- sort type saved to
localStorageand used by default after page reload. - search.
- Ability to delete posts from the list.
Built with: HTML, JS