Page with Posts
"Page with posts" is a web component built using Vue.js, which allows:
Showing a list of posts:
with the title
With a brief description
with the image
With the date of publication
Go to the full post:
Click on the headline
Click on the image
Functional Opportunities :
List of posts:
Filtering posts by categories
Sorting posts by date of publication
Searching posts by title
Full text of the post:
Full text of the post
Images of comments to post
Adding comments to the post
The technology:
by Vue.js
Html
CSS
by JavaScript
Difficulty is:
Implementation of the commentary system.Performance optimization with a large number of posts.What I learned:
How to use Vue.js to create dynamic web content.How to work with the API to download data.How to implement a comment system.The further development:
Add the possibility of editing posts.Add the possibility of deleting posts.Add the possibility of voting for posts.Implement a notification system for new comments.
Showing a list of posts:
with the title
With a brief description
with the image
With the date of publication
Go to the full post:
Click on the headline
Click on the image
Functional Opportunities :
List of posts:
Filtering posts by categories
Sorting posts by date of publication
Searching posts by title
Full text of the post:
Full text of the post
Images of comments to post
Adding comments to the post
The technology:
by Vue.js
Html
CSS
by JavaScript
Difficulty is:
Implementation of the commentary system.Performance optimization with a large number of posts.What I learned:
How to use Vue.js to create dynamic web content.How to work with the API to download data.How to implement a comment system.The further development:
Add the possibility of editing posts.Add the possibility of deleting posts.Add the possibility of voting for posts.Implement a notification system for new comments.