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
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.
Type and enter to create new tasks. Double click on the task to edit, click on cross button to remove task(s).
- Bootstrap V4 Stable
- Vue.js - Vue.js
- Download or clone the repo
- Run
npm install
- run
npm run serve
- Gautam Kumar - @r8here
This project is licensed under the MIT License - see the LICENSE.md file for details.