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
- Host: GitHub
- URL: https://github.com/kvpmx/pomodoro-timer
- Owner: kvpmx
- License: mit
- Created: 2024-08-18T12:39:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T14:53:59.000Z (almost 2 years ago)
- Last Synced: 2025-07-20T12:13:26.385Z (about 1 year ago)
- Topics: expo, mobile-app, react-native
- Language: TypeScript
- Homepage:
- Size: 689 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.