Vue Task App 3.0 ✔️ DEMO
A task app built using Vue.js
and Dexie.js
. Also includes Vuex
as state manager and Sass
as CSS preprocessor. Some of its features:
- collapsible add task form;
- hotkeys to open and close add task form (ENTER and ESC keys);
- delete task button;
- toggle task completion button;
- dark and light themes;
- translations (portuguese and english);
- animations;
- self-expandable textarea; and,
- a beatiful design.
Just write the lines below in your console:
git clone https://github.com/LucasSFranco/vue-task-app
yarn
yarn serve