A simple hangboard workout timer built with React and Vite. This app uses Tailwind CSS for styling.
Try it here: Hangboard Timer
- Workout Timer – Step-by-step intervals for warm-up and main sets.
- Progress Preview – Easily see all upcoming steps.
- Sound Effects – Audio cues to guide your workout (mute option included).
-
Clone the repository (or download the source):
git clone https://github.com/willdickerson/hangboard-timer.git cd hangboard-timer -
Install Dependencies:
npm install
-
Start Development Server:
npm run dev
- This will start the local development server.
- Open your browser and navigate to the URL shown in the terminal (e.g.,
http://localhost:5173).
-
Build for Production:
npm run build
- This creates a production-ready
dist/folder with your bundled app.
- This creates a production-ready
-
Preview Production Build:
npm run preview
- Serves your built project locally for final testing.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is open-source under the MIT License.
