https://github.com/spiderpig86/deepsleep
:bridge_at_night: Better sleeping times powered by React.
https://github.com/spiderpig86/deepsleep
cirrus deepsleep react sleep sleepcalculator sleeptime
Last synced: about 1 month ago
JSON representation
:bridge_at_night: Better sleeping times powered by React.
- Host: GitHub
- URL: https://github.com/spiderpig86/deepsleep
- Owner: Spiderpig86
- Created: 2017-08-07T19:55:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T01:53:19.000Z (over 1 year ago)
- Last Synced: 2025-02-15T02:43:20.535Z (3 months ago)
- Topics: cirrus, deepsleep, react, sleep, sleepcalculator, sleeptime
- Language: JavaScript
- Homepage: https://spiderpig86.github.io/DeepSleep/build/
- Size: 3.34 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project DeepSleep
Better sleep times with React.
## How to Run
First update the app styles if any changes were made.
```
gulp
```
Now, run on `localhost:3000`.
```
npm start
```
For a production build, run
```
yarn build
```## What is it?
Project DeepSleep is designed to be a sleep calculator powered by React. With this, sleep times are calculated and rendered much faster. Enter when you would like to wake up and DeepSleep calculates sleep cycle times on when would be the best times to sleep to wake up feeling energized. It also tells you when to wake up if you decide to sleep at the current time.
[Demo](https://spiderpig86.github.io/DeepSleep/build/)## Built With
* :rocket: [React](https://github.com/facebook/react) - a library for stateful components
* :cloud: [Cirrus](https://github.com/Spiderpig86/Cirrus) - a CSS framework I'm building
* :watch: [moment.js](https://github.com/moment/moment) - a library for timer conversions## Screenshots