https://github.com/jorkdev/pomoapp
A simple Pomodoro Timer application with work and break intervals, notifications, and animations
https://github.com/jorkdev/pomoapp
Last synced: 15 days ago
JSON representation
A simple Pomodoro Timer application with work and break intervals, notifications, and animations
- Host: GitHub
- URL: https://github.com/jorkdev/pomoapp
- Owner: JorkDev
- License: mit
- Created: 2024-07-01T22:59:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T20:56:58.000Z (over 1 year ago)
- Last Synced: 2025-03-02T05:43:23.258Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomo Timer App
A simple Pomodoro Timer application with work and break intervals, notifications, and animations.
## Features
- Start and stop timer with a click
- 25-minute work intervals
- 5-minute break intervals
- Notifications when intervals are complete
- Sound alerts for interval transitions
- Animated timer display
## Getting Started
### Prerequisites
- Web browser
- Internet connection
### Installation
1. Clone the repository:
```bash
git clone https://github.com/JorkDev/pomoapp
```
2. Navigate to the project directory:
```bash
cd pomoapp
```
3. Open the `index.html` file in your web browser to start using the Pomodoro Timer.
### Usage
- Click the "Start" button to begin the 25-minute work timer.
- The timer will automatically switch to a 5-minute break interval after the work timer ends.
- Notifications and sound alerts will inform you when each interval is complete.
- The timer display is animated for a better user experience.
### Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/YourFeature`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature/YourFeature`)
5. Open a pull request
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.