Skip to content

YACT (Yet Another Countdown Timer) - a customizable countdown timer web application in React/Next.js

License

Notifications You must be signed in to change notification settings

wojciechpolak/yact

Repository files navigation

YACT (Yet Another Countdown Timer)

YACT is a customizable countdown timer web application. It allows users to set timers with specific hours, minutes, and seconds, and offers various settings to tailor the timer's behavior according to individual preferences.

YACT has been inspired by Big Timer (an online service), but has been developed as a free software, self-hosted alternative, built from scratch with Next.js, React, and Tailwind CSS.

Features

  • Customizable Timer: Set hours, minutes, and seconds to create a timer that fits your needs.
  • Repeat Functionality: Option to automatically repeat the timer when it reaches zero.
  • Count Up After Timer Ends: Choose to have the timer count upwards after reaching zero.
  • Sound Notifications:
    • Play a sound when the timer ends.
    • Play a ticking sound during each of the last 10 seconds.
  • Responsive Design: Optimized for various screen sizes, including mobile devices.
  • Fullscreen Mode: Toggle fullscreen view for an immersive experience.
  • URL Parameters: Share or bookmark specific timer settings using URL parameters.
  • Settings Persistence: User preferences are saved locally to maintain settings across sessions.
Screenshot of YACT

Running

Running with Docker (out of the box)

docker run -it -p 8080:8080 --name yact ghcr.io/wojciechpolak/yact

Running with Docker Compose

curl https://raw.githubusercontent.com/wojciechpolak/yact/master/docker-compose.yml | docker compose -f - up

Running from the source code

  1. Clone the Repository

    git clone https://github.com/wojciechpolak/yact.git
    cd yact
  2. Install Dependencies

    npm ci
  3. Run the Application

    npm run dev
  4. Open in Browser

Visit http://localhost:3000 to access the countdown timer.

License

This project is licensed under the GNU General Public License v3.0. See the COPYING file for details.

Icon Attribution

The icons used in this project are from the OpenMoji project and are licensed under the CC BY-SA 4.0 license.

Audio Attribution

About

YACT (Yet Another Countdown Timer) - a customizable countdown timer web application in React/Next.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages