https://github.com/moralcode/bedtime
A stupid-simple webapp that calculates ideal wake up times based on a 90-minute sleep cycle - because all the online sleep cycle apps are kinda bloated, overkill, or are just adversisements for mattress companies
https://github.com/moralcode/bedtime
Last synced: 15 days ago
JSON representation
A stupid-simple webapp that calculates ideal wake up times based on a 90-minute sleep cycle - because all the online sleep cycle apps are kinda bloated, overkill, or are just adversisements for mattress companies
- Host: GitHub
- URL: https://github.com/moralcode/bedtime
- Owner: MoralCode
- Created: 2023-04-02T17:52:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T01:00:48.000Z (about 1 year ago)
- Last Synced: 2025-04-02T11:12:35.620Z (10 months ago)
- Language: C++
- Homepage: https://moralcode.github.io/BedTime/
- Size: 494 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bedtimes

A simple Flutter app to calculate sleep cycles.
Most other online sleep cycle calculators are a little slow, inconvenient to search for each time, and possibly cintain ads or promotions from the websites (such as mattress companies) that run them.
This is a local-only app intended to be a quick and easy-to-use utility on your home screen.
## Development
### Generating app icons
flutter pub run flutter_launcher_icons:main
### Running
flutter run