fffanfannn / vue-diary-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Diary Book

Planning

npm install

Diary List components :

  • this component is the parent component of Diary Item component
  • this component will loop Diary Item component
  • this component contains previous page and next page feature

Diary Item components :

  • this component is to display the input content
  • each item has a delete button to delete this item

Diary Input components :

  • text input can be previewed
  • when click submit button, it will create a new diary as an object, and add to orginial array

About


Languages

Language:JavaScript 64.8%Language:Vue 25.3%Language:HTML 9.9%