An open API service indexing awesome lists of open source software.

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.

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