/vuex-to-do-list

A basic to do list example, builded with VueJS, VueX and Boostra

Primary LanguageVue

A basic to do list example, builded with VueJS, VueX and Boostrap.

Current features:

  1. Insert a task;
  2. Check a task;
  3. Remove a task;

Future features:

  1. Edit a task;
  2. Categorize tasks with tags;
  3. To separate checked and unchecked tasks;