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

https://github.com/kvpmx/pomodoro-timer

A sleek and user-friendly Pomodoro Timer app built using React Native and Expo
https://github.com/kvpmx/pomodoro-timer

expo mobile-app react-native

Last synced: 3 months ago
JSON representation

A sleek and user-friendly Pomodoro Timer app built using React Native and Expo

Awesome Lists containing this project

README

          

# Pomodoro Timer

A simple and intuitive Pomodoro Timer built with React Native. This app helps you boost productivity
by utilizing the Pomodoro Technique, which breaks work into intervals (usually 25 minutes) separated
by short breaks.

## Features

- **Customizable Intervals:** Set your own work and break times.
- **Notification Alerts:** Get notified when your work or break period ends.
- **User-Friendly Interface:** Clean and easy-to-navigate design.

## Installation

To get started, clone this repository and install the dependencies:

```bash
git clone https://github.com/maks-kovpak/pomodoro-timer.git
cd pomodoro-timer
yarn install
```

## Running the App

For iOS:

```bash
yarn ios
```

For Android:

```bash
yarn android
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.