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 [email protected]:stevewillson/timewise.git
- Change directory to the cloned repository
cd timewise
- Install dependencies
npm install
- Start a development server
npm start
- Browse to
localhost:3000
to use timewise
- Clone the git repository
git clone [email protected]: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.html
file: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