czmole / time-management-eisenhower-matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Management Eisenhower Matrix

Time management is the process of planning and exercising conscious control of time spent on specific activities, especially to increase effectiveness, efficiency, and productivity. Wikipedia

About the application

A tiny Vue.js app to manage time and increase productivity, built on the basis of Eisenhower matrix.

The application stores all the tasks in browser's local storage and access data in the browser. The data stored in local storage is always available with no expiration date even if the browser window has been closed and can be accessed next time when the browser is open.

Usage

Type and enter to create new tasks. Double click on the task to edit, click on cross button to remove task(s).

Screenshots

Time Management Eisenhower Matrix

Built With

Installation

  • Download or clone the repo
  • Run npm install
  • run npm run serve

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


About

License:MIT License


Languages

Language:Vue 88.8%Language:HTML 8.7%Language:JavaScript 2.5%