Bakhtiyar-Garashov / wad20-exam-a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAD 2020 Exam: Project A

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Setup

Fork this project!

Make sure that your newly created project is private and only you and me have access to it, otherwise tasks will not be graded.

To see how to change repository visibility to private and add collaborators click here and here

My email and username on github is: cotne.kekelia@yahoo.com and tsotnekekelia

Tasks

Modify Entries.vue so that it displays all the entry objects that are passed to it from App.vue

  • Display title, image, text and date of each entry
  • Have a computed property called sortedEntries that sorts received list of entries by date (newest to oldest by default)
  • Have a filter that displays date values in human readable format example: Thursday, December 31, 2020 2:15 PM
  • Have a button above listing that by default says "Newest to Oldest", on click it toggles the ordering and reorders the list to "Oldest to Newest" and vice versa, button label has to change accordingly

Your app should look something like this:

img img

About


Languages

Language:Vue 79.5%Language:HTML 15.3%Language:JavaScript 5.2%