Simple Android app that allows users (me) to store data about the length of time spent sleeping each night and how hard or easy it was to wake up in the morning. Utilizes a linear regression model to predict the ideal sleep length. This website helped me make this small project. Here's a short demo of the app.
TODO:
intercept and handle inputs in the wrong formatdisplay a confirmation message when data is savedallow deletion of data entriesmaybe some sort of linear regression function to predict when best to fall asleep/wake upconvert storage from shared preferences (hashmap) to array or anything else sensible that allows duplicatesclean up formatting / unused code / make UI prettierfix rounding of sleep amount to closest hourcreate a gif/video demonstration so nobody has to wonder if this compiles