Skip to content

andrearufo/todox

Repository files navigation

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