Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prncss-xyz/timer-list
https://github.com/prncss-xyz/timer-list
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prncss-xyz/timer-list
- Owner: prncss-xyz
- License: mit
- Created: 2024-03-25T17:21:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T01:20:48.000Z (2 months ago)
- Last Synced: 2024-09-14T14:48:41.966Z (2 months ago)
- Language: TypeScript
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timer List
This is a small timer app (WIP), supplemented with a "playlist", i.e. a list of durations. You can try the web version [here](https://prncss-xyz.github.io/timer-list/), altough it's mostly intended as a mobile app (not in store yet).
## Features
- local data persistance (web and native)
- dark mode
- light animations## Technologies
- core: react native/expo
- state management: jotai, optics-ts
- validation: zod
- testing: jest, react native testing library, fast-check, playwright