Space-Banane 5f2c63ac05
All checks were successful
Pull Request Check / validate (pull_request) Successful in 24s
Build App / build-android (push) Successful in 8m27s
Build App / build-web (push) Successful in 30s
Build App / release (push) Successful in 22s
add pull request check workflow
2026-03-11 22:04:20 +01:00
2026-03-11 21:53:22 +01:00
2026-03-10 18:41:57 +01:00
2026-03-10 18:30:58 +01:00
2026-03-11 22:01:00 +01:00
2026-03-10 18:30:58 +01:00
2026-03-10 18:30:58 +01:00

Time Until

A small Expo React Native app with two countdown modes:

  • Time Until: count down to a target clock time (local device time)
  • Timer: count down from a duration you enter (hours/minutes/seconds)

It also includes a minimal focus view, dark mode, and a pink accent theme.

Download

You can download ready-to-use apk builds from the Releases page:

https://gitea.reversed.dev/space/time-until/releases

How It Works

  • Main app state and countdown logic live in App.js.
  • Screen components are in src/screens.
  • Shared UI components are in src/components.
  • Theme + styling are managed via src/theme.js and src/styles.js.

Development

  1. Install dependencies:

    npm install
    
  2. Start the development server:

    npx expo start
    

Time Until Mode

  • Enter hour/minute in 24-hour format.
  • If the selected time has already passed today, it rolls to the next day.

Timer Mode

  • Enter a duration in hours/minutes/seconds.
  • Supports start, pause, resume, and reset.

Notes

  • Time calculations are based on local device time.
  • Web fullscreen uses browser fullscreen APIs.
  • No automated test scripts are currently configured in package.json.
Description
A small Expo React Native app with two countdown modes
Readme 1 MiB
build-bc070aa Latest
2026-03-30 20:50:56 +02:00
Languages
JavaScript 98.1%
Shell 1.9%