https://github.com/vsbron/workout-timer-2025-react
Small project that I made for helping me during small workout exercises I do
https://github.com/vsbron/workout-timer-2025-react
Last synced: 12 months ago
JSON representation
Small project that I made for helping me during small workout exercises I do
- Host: GitHub
- URL: https://github.com/vsbron/workout-timer-2025-react
- Owner: vsbron
- Created: 2025-05-30T12:27:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T08:51:54.000Z (about 1 year ago)
- Last Synced: 2025-06-15T09:38:06.747Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://vsbron-react2025-workout-timer.netlify.app/
- Size: 200 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workout Timer
A simple workout timer app with adjustable exercise and break intervals, sound notifications, and user controls to start, pause, stop, and reset the timer.
## Features
- Adjustable exercise and break lengths
- Countdown timer with start, pause, stop functionality
- Sound effects for timer actions (start, pause, stop)
- Reset timer to default values
- Context API for state management
- Responsive design ready for any device
## Technical Details
- Built with React and TypeScript
- State management via Context API
- Sound playback using HTML5 Audio
- Modular components: Timer, Controls, Options
- Assets managed in `src/assets` folder
- Easy to extend with new features or styles
## Live Version
https://vsbron-react2025-workout-timer.netlify.app/