JorkDev / pomoapp

A simple Pomodoro Timer application with work and break intervals, notifications, and animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
git clone https://github.com/JorkDev/pomoapp
  1. Navigate to the project directory:
cd pomoapp
  1. 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 file for details.

About

A simple Pomodoro Timer application with work and break intervals, notifications, and animations

License:MIT License