Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 630 Bytes

File metadata and controls

33 lines (23 loc) · 630 Bytes

VueJS Task Manager

Version 1.2.0

Trello inspired task manager written in JavaScript using the VueJS framework. App data is stored in your browser using LocalStorage.

Task Manager

How to run

  • Install app dependencies using npm.
npm install
  • Bundle app JS using Webpack.
cd webpack
webpack
  • Run app using node (or you can access index.html directly - only after running webpack).
node app.js

Possible Future Additions:

  • On click - all edit/new input boxes hide.
  • Design overhaul.
  • Task input focus open, and close on unfocus.
  • Unfocus on category create.