This is a sleep-tracking program I built using Node.js and the NPM package 'readline-sync'. It's very simple; it asks the user how many hours of sleep they got on each night of the week, sums that up, then compares it to how many hours of sleep the user wanted to get and reports the result. See my code here: https://github.com/EGROENE/JS-PRACTICE-Node-Sleep-Tracker/blob/master/main.js
This is a sleep-tracking program I built using Node.js and the NPM package 'readline-sync'. It's very simple; it asks the user how many hours of sleep they got on each night of the week, sums that up, then compares it to how many hours of sleep the user wanted to get and reports the result. See my code here: https://github.com/EGROENE/JS-PRACTICE-Node-Sleep-Tracker/blob/master/main.js