This project was created with the intuition to help people find the right time to sleep or wake up for a healthy night's sleep.
To calculate a good night's sleep, it is necessary to use the sleep schedule in 90-minute cycles as a basis. In this project i used these cycles to calculate.
...
...
- In the terminal, clone the project:
git clone https://github.com/ufoxy/sleep-scheduler
- Now install the dependencies using:
npm install
- Then start the project using:
npm start
- After compiling, the page will open in your browser, if not, just access the localhost:3000
...