https://github.com/ahmet-cetinkaya/whph
WHPH is a comprehensive productivity app designed to help you manage tasks, develop new habits, and optimize your time.
https://github.com/ahmet-cetinkaya/whph
cross-platform flutter habit-tracking task-manager time-management
Last synced: 6 months ago
JSON representation
WHPH is a comprehensive productivity app designed to help you manage tasks, develop new habits, and optimize your time.
- Host: GitHub
- URL: https://github.com/ahmet-cetinkaya/whph
- Owner: ahmet-cetinkaya
- License: gpl-3.0
- Created: 2024-07-28T17:27:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T00:12:55.000Z (8 months ago)
- Last Synced: 2025-02-22T01:20:00.802Z (8 months ago)
- Topics: cross-platform, flutter, habit-tracking, task-manager, time-management
- Language: Dart
- Homepage:
- Size: 2.51 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  WHPH [](https://ahmetcetinkaya.me/donate)   
WHPH is a comprehensive productivity app designed to help you manage tasks, develop new habits, and optimize your time. It tracks application usage to enhance focus, allowing you to analyze your progress, celebrate achievements, and stay motivated.
## ⚡ Getting Started
### ⏬ Installation
Download the latest version of the app from the [releases page](https://github.com/ahmet-cetinkaya/whph/releases).
### 📖 Usage
To use WHPH, simply install app, set up your tasks, habits, tags and start tracking your productivity and time. Explore the dashboard to monitor your productivity and celebrate your progress.
## 🤝 Contributing
If you'd like to contribute, please follow these steps:
1. Fork the repository
2. Create a new branch (e.g., `git checkout -b feat/feature-branch`)
3. Make your changes
4. Commit your changes (e.g., `git commit -m 'feat: add new feature'`)
5. Push to the branch (e.g., `git push origin feat/feature-branch`)
6. Open a Pull Request
### 📋 Requirements
- Flutter SDK
- Dart SDK
- A compatible device or emulator for Windows, Linux, or Android
### ⚙️ Running the Project
1. Clone the repository:
```bash
git clone https://github.com/ahmet-cetinkaya/whph.git
```
2. Navigate into the project directory:
```bash
cd whph
```
3. Install the dependencies:
```bash
flutter pub get
```
4. Start the application:
```bash
flutter run
```