Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 651 Bytes

todox

Super simple todo list system made with Vue3 and some others libraries just for test... but the result was great!

Some functions:

  • Add and remove todo from list
  • Reorder item in list
  • List saved locally

Insallation

Download the repository files and use your Terminal:

yarn install
yarn dev

For more info consult the Vue official documentation.

Credits