An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ![Software logo](https://github.com/user-attachments/assets/f58599ea-3313-49ec-a01c-31436340a2a3) WHPH [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?&logo=buy-me-a-coffee&logoColor=black)](https://ahmetcetinkaya.me/donate) ![GitHub stars](https://img.shields.io/github/stars/ahmet-cetinkaya/whph?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmet-cetinkaya/whph?style=social) ![GitHub license](https://img.shields.io/github/license/ahmet-cetinkaya/whph)

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
```