Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
/ VueJS-Task-Manager Public archive

Simple trello inpsired task manager built using VueJS.

Notifications You must be signed in to change notification settings

Zaffri/VueJS-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.