https://github.com/punyakrit/timer-app
https://github.com/punyakrit/timer-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/punyakrit/timer-app
- Owner: punyakrit
- Created: 2025-01-28T17:18:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T17:18:52.000Z (4 months ago)
- Last Synced: 2025-01-28T18:26:51.834Z (4 months ago)
- Language: JavaScript
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timer App
A React Native application for managing multiple timers with categories, progress tracking, and notifications.
## Features
- Create and manage multiple timers
- Organize timers by categories
- Real-time progress visualization
- Bulk actions for timer groups
- Completion notifications
- Timer history tracking
- Halfway point alerts
- Persistent storage## Usage
1. **Creating a Timer**
- Tap the "Add Timer" tab
- Enter timer name and duration
- Select a category
- Enable/disable halfway alert
- Tap "Create Timer"2. **Managing Timers**
- Start/pause individual timers
- Reset timers
- View progress in real-time
- Receive notifications on completion3. **Category Actions**
- Start all timers in a category
- Pause all timers in a category
- Reset all timers in a category4. **History**
- View completed timers
- Check completion times
- Track timer usage