Timewise is a simple time tracking system that provides a graphical way of viewing a daily plan and then capturing actual time spent.
Timewise can be used to support Peter Drucker's time analysis recommendations.
https://creativefollowership.com/peter-druckers-first-principle-of-time-management-2/
Two timegrids are displayed: Planning | Tracking
Clicking the timegrid adds an event, events can be resized and moved. Clicking on an event edits the title, dragging an event off the screen removes the event.
- Clone the git repository
git clone git@gitlab.com:stevewillson/timewise.git - Change directory to the cloned repository
cd timewise - Install dependencies
npm install - Start a development server
npm start - Browse to
localhost:3000to use timewise
- Clone the git repository
git clone git@gitlab.com:stevewillson/timewise.git - Change directory to the cloned repository
cd timewise - Install dependencies
npm install - Build the application
npm run build - Generate the single
index.htmlfile:npx gulp - The generated file is located at:
./build/index.html - Open this file locally on a computer with a web browser to use timewise without connecting to the internet
