Skip to content

willdickerson/hangboard-timer

Repository files navigation

Hangboard Timer

codecov

A simple hangboard workout timer built with React and Vite. This app uses Tailwind CSS for styling.

Hangboard Timer Screenshot

Try it here: Hangboard Timer

Features

  • 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).

Getting Started

  1. Clone the repository (or download the source):

    git clone https://github.com/willdickerson/hangboard-timer.git
    cd hangboard-timer
  2. Install Dependencies:

    npm install
  3. 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).
  4. Build for Production:

    npm run build
    • This creates a production-ready dist/ folder with your bundled app.
  5. Preview Production Build:

    npm run preview
    • Serves your built project locally for final testing.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is open-source under the MIT License.

About

A simple hangboard workout timer built with React and Vite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors