Right now I am a bit stuck on the details of getting my project done.
I want the user to be able to calculate their average sugars for the 4 different times of the day based on the data they they put in. Making the list and deleting and everything works great. I can query the list and get it report a list of all the morning sugars, but I dont know where to go from here.
I have read whats online and I know that I need to save the query into localStorage and then report it back out with the calculations performed.
As far as the JS is concerned, I am novice at best. I know that I need to call the localStorage item use code to count the number of items in my list and divide by the sum of all my numbers. I have the general idea, but I am so lost with the specifics and some guidance would be greatly appreciated.
Thanks!