PlanDevUse is an app that lets you set three different timers on one screen, designed for software development workflows like Planning, Development, and Use to help you stay organized and manage your time effectively.
- Three Independent Timers: Manage your time for planning, development, and usage phases of your work.
- Responsive Design: Looks great on both desktop and mobile devices.
- Simple Interface: Easy to use with a clean and intuitive layout.
To get a local copy up and running, follow these simple steps.
- Clone the repo
git clone https://github.com/Kent0710/PlanDevUse.git
- Open in your browser.
Alternatively, you can run it with a local server. If you have bun installed:
bun run --hot public/index.html- Click on any of the three timers ("Planning", "Development", "Using") to start or stop it.
- The timers run independently, allowing you to track different activities simultaneously.
Distributed under the MIT License. See LICENSE for more information.